COLOR #B9320B

HEX: #B9320B
RGB: (185,50,11)

Color info

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

RGB color model

#B9320B color RGB value is (185,50,11).

  • red value is 185;
  • green value is 50;
  • blue value is 11.
RGB:
(185,50,11)
(73%,20%,4%)

RGB channels and saturation

R 185 of 255 = 73%
G 50 of 255 = 20%
B 11 of 255 = 4%

185
50
11

R + G + B ~ 32%. #B9320B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 50 + 11 = 246 (100%)
R 185 of 246 ~ 75.2%
G 50 of 246 ~ 20.33%
B 11 of 246 ~ 4.47%

%75.2
%20.33

CMYK color model

#B9320B color CMYK value is (0,73,94,27).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 94.05%
  • key color value is 27.45%
CMYK:
(0,73,94,27)
C0M73Y94K27 
(0%,73%,94%,27%)
(0.00/0.73/0.94/0.27)	

CMYK percentages

%0
%72.97
%94.05
%27.45

Codes

Color #B9320B in popluar color models

B9320B
RGB1855011
HSL13°88.78%38.43%
HSB/HSV13°94.05%72.55%
CMYK0.00%72.97%94.05%
27.45%

Color #B9320B in popluar number systems.

HEXB9320B
Decimal1855011
Binary101110011100101011
Octal2716213

Shades and tints

Shades of #B9320B

#B9320B
(185,50,11)
#A92E0A
(169,46,10)
#992A09
(153,42,9)
#892608
(137,38,8)
#792207
(121,34,7)
#691E06
(105,30,6)
#591A05
(89,26,5)
#491604
(73,22,4)
#391203
(57,18,3)
#290E02
(41,14,2)
#190A01
(25,10,1)
#000000
(0,0,0)

Tints of #B9320B

#B9320B
(185,50,11)
#BF4421
(191,68,33)
#C55637
(197,86,55)
#CB684D
(203,104,77)
#D17A63
(209,122,99)
#D78C79
(215,140,121)
#DD9E8F
(221,158,143)
#E3B0A5
(227,176,165)
#E9C2BB
(233,194,187)
#EFD4D1
(239,212,209)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9320B color. Also use rgb(185,50,11) instead hex code.

Text Font Color

.myTextColor { color: #B9320B; }

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

This text font color is #B9320B.


Background Color

.myBgColor { background-color: #B9320B; }

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

This div background color is #B9320B.


Border color

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

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

This div border color is #B9320B.


Opacity

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

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

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

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

This text has shadow with #B9320B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9320B on black background.


Color preview on white background

This text has color #B9320B on white background.



Black color preview on #B9320B background

This text has black color on #B9320B background.


White color preview on #B9320B background

This text has white color on #B9320B background.