COLOR #B80011

HEX: #B80011
RGB: (184,0,17)

Color info

#B80011 contains mainly red color. Web safe color of #B80011 is #CC0000 (or #C00).

RGB color model

#B80011 color RGB value is (184,0,17).

  • red value is 184;
  • green value is 0;
  • blue value is 17.
RGB:
(184,0,17)
(72%,0%,7%)

RGB channels and saturation

R 184 of 255 = 72%
G 0 of 255 = 0%
B 17 of 255 = 7%

184
0
17

R + G + B ~ 26%. #B80011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 0 + 17 = 201 (100%)
R 184 of 201 ~ 91.54%
G 0 of 201 ~ 0%
B 17 of 201 ~ 8.46%

%91.54

CMYK color model

#B80011 color CMYK value is (0,100,91,28).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 90.76%
  • key color value is 27.84%
CMYK:
(0,100,91,28)
C0M100Y91K28 
(0%,100%,91%,28%)
(0.00/1.00/0.91/0.28)	

CMYK percentages

%0
%100
%90.76
%27.84

Codes

Color #B80011 in popluar color models

B80011
RGB184017
HSL354°100.00%36.08%
HSB/HSV354°100.00%72.16%
CMYK0.00%100.00%90.76%
27.84%

Color #B80011 in popluar number systems.

HEXB80011
Decimal184017
Binary10111000010001
Octal270021

Shades and tints

Shades of #B80011

#B80011
(184,0,17)
#A80010
(168,0,16)
#98000F
(152,0,15)
#88000E
(136,0,14)
#78000D
(120,0,13)
#68000C
(104,0,12)
#58000B
(88,0,11)
#48000A
(72,0,10)
#380009
(56,0,9)
#280008
(40,0,8)
#180007
(24,0,7)
#000000
(0,0,0)

Tints of #B80011

#B80011
(184,0,17)
#BE1726
(190,23,38)
#C42E3B
(196,46,59)
#CA4550
(202,69,80)
#D05C65
(208,92,101)
#D6737A
(214,115,122)
#DC8A8F
(220,138,143)
#E2A1A4
(226,161,164)
#E8B8B9
(232,184,185)
#EECFCE
(238,207,206)
#F4E6E3
(244,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B80011 color. Also use rgb(184,0,17) instead hex code.

Text Font Color

.myTextColor { color: #B80011; }

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

This text font color is #B80011.


Background Color

.myBgColor { background-color: #B80011; }

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

This div background color is #B80011.


Border color

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

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

This div border color is #B80011.


Opacity

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

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

Text with #B80011 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 #B80011;}

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

This text has shadow with #B80011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B80011 on black background.


Color preview on white background

This text has color #B80011 on white background.



Black color preview on #B80011 background

This text has black color on #B80011 background.


White color preview on #B80011 background

This text has white color on #B80011 background.