Skip to main content Skip to docs navigation

#b60352 hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Purplish Red and its hex is #B0054B Nearest Color Name

Color Hue/Base color: Red

Hex #b60352 Color code in RGB color code model is created after adding 71.37% red color, 1.18% green color and 32.16% blue color. Hex #b60352 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 55% yellow and 28.63% black.

Hex #b60352 color code is between #bb0055 web safe hex color code and #aa0044 web safe hex color code. #bb0055 is the nearest web safe color code. You can see here many more shades of #b60352 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b60352 #b60352
RGB Decimal 182, 3, 82 182, 3, 82
RGB Percent 71%, 1%, 32% rgb(71%, 1%, 32%)
CSS RGBa 182, 3, 82,1 rgba(182,3,82,1)
CMYK Model cmyk(0%,98%,55%,28.63%)
HSL Color Space 334,97% ,36% hsl(334,97% ,36%)
HSV Color Space 334°, 98%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110110 00000011 01010010
Octal 266 3 122
Decimal 182 3 82
Hex b6 03 52

Different shades of #b60352 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #b60352
#1f010e
Darker of #b60352
#520125
Dark of #b60352
#84023b
Base of #b60352
#b60352
Light of #b60352
#e80469
Lighter
#fb2483
Lightest
#fc569f

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b60352
#03b667

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b60352
#03b60d
#03abb6

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b203b6
#b6039d
#b60352
#b60316
#b63a03

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b60352
#0352b6
#52b603

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b60352
#52b603
#03b667
#6703b6

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b60352
#abb603
#03b667
#0d03b6

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #b60352

#000000
#1f010e
#520125
#84023b
#b60352
#e80469
#fb2483
#fc569f
#fd88bc

Tints of #b60352 Color

#b60352
#be1f65
#c63b78
#ce578b
#d6739e
#de8fb2
#e6abc5
#eec7d8
#f6e3eb
#ffffff

Shades of #b60352 color code

Generate more color scales with scales (color stack) generator.

#b60352
#a10248
#8d023f
#790236
#65012d
#500124
#3c011b
#280012
#140009
#000000

Tones

#b60352
#a31554
#912856
#7e3a58
#6c4d5b

Tones

Similar Color like #b60352 color

Find visually similar hex color codes nearing to #b60352 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b70453
#b80554
#b90655
#ba0756
#bb0857
#bc0958
#bd0a59
#be0b5a
#bf0c5b
#c00d5c
#c10e5d
#c20f5e
#c3105f
#c41160
#b50251
#b40150
#b3004f
#b2004e
#b1004d
#b0004c
#af004b
#ae004a
#ad0049
#ac0048
#ab0047
#aa0046
#a90045
#a80044

Download this Dark Red

Hex #b60352 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b60352 Color Code Preview on Black Background Color

This is how #b60352 Color will look on black background color. Color contrast ratio is 3.12

#b60352 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b60352">Your Example Paragraph content text in with font color #b60352 </p>

Your Example Paragraph content text in with font color #b60352

HTML with inline CSS

<div style="color:#b60352">Your Paragraph text in with font color #b60352 </div>

Your Example Paragraph content text in with font color #b60352

#b60352 color code is use for CSS Background Color

Background color for the above div is #b60352

HTML with inline CSS

<div style="background-color:#b60352;"></div>

#b60352 color code is use for CSS Border Color

CSS Border color for the above div is #b60352

HTML with inline CSS

<div style="border:5px solid #b60352;"></div>

CSS Border Left color for the above div is #b60352

HTML with inline CSS

<div style="border-left:5px solid #b60352;"></div>

CSS Border Right color for the above div is #b60352

HTML with inline CSS

<div style="border-right:5px solid #b60352;"></div>

CSS Border Bottom color for the above div is #b60352

HTML with inline CSS

<div style="border-bottom:5px solid #b60352;"></div>

CSS Border Top color for the above div is #b60352

HTML with inline CSS

<div style="border-top:5px solid #b60352;"></div>

#b60352 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b60352; } .examplecolorclass {color:#b60352; } .examplebordercolor {border:3px solid #b60352; }

#b60352 Color code Preview on White Background

This is how #b60352 Color code will look on white background color. Color contrast ratio is 6.72

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b60352; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b60352; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(182,3,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(3,182,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,3,82,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }