COLOR #B51D08

HEX: #B51D08 RGB: (181,29,8)

Color info

#B51D08 contains mainly red color. Web safe color of #B51D08 is #CC3300 (or #C30).

RGB color model

#B51D08 color RGB value is (181,29,8).

RGB: (181,29,8) (71%, 11%, 3%)

RGB channels and saturation

R 181 of 255 = 71%
G 29 of 255 = 11%
B 8 of 255 = 3%

181
29
8

R + G + B ~ 28%. #B51D08 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 181 + 29 + 8 = 218 (100%)
R 181 of 218 ~ 83.03%
G 29 of 218 ~ 13.3%
B 8 of 218 ~ 3.67'%

%83.03
%13.3

CMYK color model

#B51D08 color CMYK value is (0,84,96,29).

  • cyan value is 0.00%
  • magenta value is 83.98%
  • yellow value is 95.58%
  • key color value is 29.02%

CMYK: (0,84,96,29)
C0M84Y96K29 (0%, 84%, 96%, 29%)
(0.00 / 0.84 / 0.96 / 0.29)

CMYK percentages

%0
%83.98
%95.58
%29.02

Codes

Color #B51D08 in popluar color models

B5 1D 08
RGB 181 29 8
HSL 91.53% 37.06%
HSB/HSV 95.58% 70.98%
CMYK 0.00% 83.98% 95.58%
29.02%

Color #B51D08 in popluar number systems.

HEX B5 1D 08
Decimal 181 29 8
Binary 10110101 11101 1000
Octal 265 35 10

Shades and tints

Shades of #B51D08

#B51D08
(181,29,8)
#A51B08
(165,27,8)
#951908
(149,25,8)
#851708
(133,23,8)
#751508
(117,21,8)
#651308
(101,19,8)
#551108
(85,17,8)
#450F08
(69,15,8)
#350D08
(53,13,8)
#250B08
(37,11,8)
#150908
(21,9,8)
#000000
(0,0,0)

Tints of #B51D08

#B51D08
(181,29,8)
#BB311E
(187,49,30)
#C14534
(193,69,52)
#C7594A
(199,89,74)
#CD6D60
(205,109,96)
#D38176
(211,129,118)
#D9958C
(217,149,140)
#DFA9A2
(223,169,162)
#E5BDB8
(229,189,184)
#EBD1CE
(235,209,206)
#F1E5E4
(241,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51D08 color. Also use rgb(181,29,8) instead hex code.

Text Font Color

.myTextColor { color: #B51D08; }

<p style="color:#B51D08">This sample text font color is #B51D08.</p>

This text font color is #B51D08.

Background Color

.myBgColor { background-color: #B51D08; }

<div style="background-color:#B51D08">Inner text</div>

This div background color is #B51D08.

Border color

.myBorderColor { border: 1px solid #B51D08; }

<div style="border:3px solid #B51D08">Div</div>

This div border color is #B51D08.

Opacity

.myOpacity80 { color: #B51D08; opacity: 0.8; }

<p style="color:#B51D08;opacity:0.8;">80%</p>

Text with #B51D08 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B51D08;}

<p style="text-shadow: 3px 3px 1px #B51D08">Text here.</p>

This text has shadow with #B51D08 color.


.textShadow {text-shadow: 3px 3px 1px #B51D08', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B51D08, 5px 5px 20px red">Text here.</p>

This text has shadow with #B51D08 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B51D08, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B51D08, Direction=45, Strength=4)">Text</p>

This text has shadow with #B51D08 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B51D08;
-webkit-box-shadow: 1px 1px 3px 2px #B51D08;
box-shadow: 1px 1px 3px 2px #B51D08;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B51D08; -webkit-box-shadow: 1px 1px 3px 2px #B51D08; box-shadow:1px 1px 3px 2px #B51D08;">
Div content here
</div>

This div box has shadow with color #B51D08.

Preview

Color preview on black background

This text has color #B51D08 on black background.


Color preview on white background

This text has color #B51D08 on white background.


Black color preview on #B51D08 background

This text has black color on #B51D08 background.


White color preview on #B51D08 background

This text has white color on #B51D08 background.


Related colors

Complementary color

Complementary color for #hex is #4AE2F7.


I love getcolorcode.com

Triadic colors

1 #08B51D and #1D08B5 with #B51D08 are triadic colors.

2 #081DB5 and #1DB508 with #B51D08 are triadic colors.