COLOR #B43B16

HEX: #B43B16
RGB: (180,59,22)

Color info

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

RGB color model

#B43B16 color RGB value is (180,59,22).

  • red value is 180;
  • green value is 59;
  • blue value is 22.
RGB:
(180,59,22)
(71%,23%,9%)

RGB channels and saturation

R 180 of 255 = 71%
G 59 of 255 = 23%
B 22 of 255 = 9%

180
59
22

R + G + B ~ 34%. #B43B16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 59 + 22 = 261 (100%)
R 180 of 261 ~ 68.97%
G 59 of 261 ~ 22.61%
B 22 of 261 ~ 8.43%

%68.97
%22.61

CMYK color model

#B43B16 color CMYK value is (0,67,88,29).

  • cyan value is 0.00%
  • magenta value is 67.22%
  • yellow value is 87.78%
  • key color value is 29.41%
CMYK:
(0,67,88,29)
C0M67Y88K29 
(0%,67%,88%,29%)
(0.00/0.67/0.88/0.29)	

CMYK percentages

%0
%67.22
%87.78
%29.41

Codes

Color #B43B16 in popluar color models

B43B16
RGB1805922
HSL14°78.22%39.61%
HSB/HSV14°87.78%70.59%
CMYK0.00%67.22%87.78%
29.41%

Color #B43B16 in popluar number systems.

HEXB43B16
Decimal1805922
Binary1011010011101110110
Octal2647326

Shades and tints

Shades of #B43B16

#B43B16
(180,59,22)
#A43614
(164,54,20)
#943112
(148,49,18)
#842C10
(132,44,16)
#74270E
(116,39,14)
#64220C
(100,34,12)
#541D0A
(84,29,10)
#441808
(68,24,8)
#341306
(52,19,6)
#240E04
(36,14,4)
#140902
(20,9,2)
#000000
(0,0,0)

Tints of #B43B16

#B43B16
(180,59,22)
#BA4C2B
(186,76,43)
#C05D40
(192,93,64)
#C66E55
(198,110,85)
#CC7F6A
(204,127,106)
#D2907F
(210,144,127)
#D8A194
(216,161,148)
#DEB2A9
(222,178,169)
#E4C3BE
(228,195,190)
#EAD4D3
(234,212,211)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B43B16 color. Also use rgb(180,59,22) instead hex code.

Text Font Color

.myTextColor { color: #B43B16; }

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

This text font color is #B43B16.


Background Color

.myBgColor { background-color: #B43B16; }

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

This div background color is #B43B16.


Border color

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

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

This div border color is #B43B16.


Opacity

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

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

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

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

This text has shadow with #B43B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43B16 on black background.


Color preview on white background

This text has color #B43B16 on white background.



Black color preview on #B43B16 background

This text has black color on #B43B16 background.


White color preview on #B43B16 background

This text has white color on #B43B16 background.