COLOR #B93A08

HEX: #B93A08
RGB: (185,58,8)

Color info

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

RGB color model

#B93A08 color RGB value is (185,58,8).

  • red value is 185;
  • green value is 58;
  • blue value is 8.
RGB:
(185,58,8)
(73%,23%,3%)

RGB channels and saturation

R 185 of 255 = 73%
G 58 of 255 = 23%
B 8 of 255 = 3%

185
58
8

R + G + B ~ 33%. #B93A08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 58 + 8 = 251 (100%)
R 185 of 251 ~ 73.71%
G 58 of 251 ~ 23.11%
B 8 of 251 ~ 3.19%

%73.71
%23.11

CMYK color model

#B93A08 color CMYK value is (0,69,96,27).

  • cyan value is 0.00%
  • magenta value is 68.65%
  • yellow value is 95.68%
  • key color value is 27.45%
CMYK:
(0,69,96,27)
C0M69Y96K27 
(0%,69%,96%,27%)
(0.00/0.69/0.96/0.27)	

CMYK percentages

%0
%68.65
%95.68
%27.45

Codes

Color #B93A08 in popluar color models

B93A08
RGB185588
HSL17°91.71%37.84%
HSB/HSV17°95.68%72.55%
CMYK0.00%68.65%95.68%
27.45%

Color #B93A08 in popluar number systems.

HEXB93A08
Decimal185588
Binary101110011110101000
Octal2717210

Shades and tints

Shades of #B93A08

#B93A08
(185,58,8)
#A93508
(169,53,8)
#993008
(153,48,8)
#892B08
(137,43,8)
#792608
(121,38,8)
#692108
(105,33,8)
#591C08
(89,28,8)
#491708
(73,23,8)
#391208
(57,18,8)
#290D08
(41,13,8)
#190808
(25,8,8)
#000000
(0,0,0)

Tints of #B93A08

#B93A08
(185,58,8)
#BF4B1E
(191,75,30)
#C55C34
(197,92,52)
#CB6D4A
(203,109,74)
#D17E60
(209,126,96)
#D78F76
(215,143,118)
#DDA08C
(221,160,140)
#E3B1A2
(227,177,162)
#E9C2B8
(233,194,184)
#EFD3CE
(239,211,206)
#F5E4E4
(245,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93A08 color. Also use rgb(185,58,8) instead hex code.

Text Font Color

.myTextColor { color: #B93A08; }

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

This text font color is #B93A08.


Background Color

.myBgColor { background-color: #B93A08; }

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

This div background color is #B93A08.


Border color

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

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

This div border color is #B93A08.


Opacity

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

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

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

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

This text has shadow with #B93A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B93A08 on black background.


Color preview on white background

This text has color #B93A08 on white background.



Black color preview on #B93A08 background

This text has black color on #B93A08 background.


White color preview on #B93A08 background

This text has white color on #B93A08 background.