COLOR #B90006

HEX: #B90006
RGB: (185,0,6)

Color info

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

RGB color model

#B90006 color RGB value is (185,0,6).

  • red value is 185;
  • green value is 0;
  • blue value is 6.
RGB:
(185,0,6)
(73%,0%,2%)

RGB channels and saturation

R 185 of 255 = 73%
G 0 of 255 = 0%
B 6 of 255 = 2%

185
0
6

R + G + B ~ 25%. #B90006 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 0 + 6 = 191 (100%)
R 185 of 191 ~ 96.86%
G 0 of 191 ~ 0%
B 6 of 191 ~ 3.14%

%96.86

CMYK color model

#B90006 color CMYK value is (0,100,97,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 96.76%
  • key color value is 27.45%
CMYK:
(0,100,97,27)
C0M100Y97K27 
(0%,100%,97%,27%)
(0.00/1.00/0.97/0.27)	

CMYK percentages

%0
%100
%96.76
%27.45

Codes

Color #B90006 in popluar color models

B90006
RGB18506
HSL358°100.00%36.27%
HSB/HSV358°100.00%72.55%
CMYK0.00%100.00%96.76%
27.45%

Color #B90006 in popluar number systems.

HEXB90006
Decimal18506
Binary101110010110
Octal27106

Shades and tints

Shades of #B90006

#B90006
(185,0,6)
#A90006
(169,0,6)
#990006
(153,0,6)
#890006
(137,0,6)
#790006
(121,0,6)
#690006
(105,0,6)
#590006
(89,0,6)
#490006
(73,0,6)
#390006
(57,0,6)
#290006
(41,0,6)
#190006
(25,0,6)
#000000
(0,0,0)

Tints of #B90006

#B90006
(185,0,6)
#BF171C
(191,23,28)
#C52E32
(197,46,50)
#CB4548
(203,69,72)
#D15C5E
(209,92,94)
#D77374
(215,115,116)
#DD8A8A
(221,138,138)
#E3A1A0
(227,161,160)
#E9B8B6
(233,184,182)
#EFCFCC
(239,207,204)
#F5E6E2
(245,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B90006 color. Also use rgb(185,0,6) instead hex code.

Text Font Color

.myTextColor { color: #B90006; }

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

This text font color is #B90006.


Background Color

.myBgColor { background-color: #B90006; }

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

This div background color is #B90006.


Border color

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

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

This div border color is #B90006.


Opacity

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

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

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

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

This text has shadow with #B90006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B90006 on black background.


Color preview on white background

This text has color #B90006 on white background.



Black color preview on #B90006 background

This text has black color on #B90006 background.


White color preview on #B90006 background

This text has white color on #B90006 background.