COLOR #B43D0C

HEX: #B43D0C
RGB: (180,61,12)

Color info

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

RGB color model

#B43D0C color RGB value is (180,61,12).

  • red value is 180;
  • green value is 61;
  • blue value is 12.
RGB:
(180,61,12)
(71%,24%,5%)

RGB channels and saturation

R 180 of 255 = 71%
G 61 of 255 = 24%
B 12 of 255 = 5%

180
61
12

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

Portions of RGB colors in percentages

R + G + B =
180 + 61 + 12 = 253 (100%)
R 180 of 253 ~ 71.15%
G 61 of 253 ~ 24.11%
B 12 of 253 ~ 4.74%

%71.15
%24.11

CMYK color model

#B43D0C color CMYK value is (0,66,93,29).

  • cyan value is 0.00%
  • magenta value is 66.11%
  • yellow value is 93.33%
  • key color value is 29.41%
CMYK:
(0,66,93,29)
C0M66Y93K29 
(0%,66%,93%,29%)
(0.00/0.66/0.93/0.29)	

CMYK percentages

%0
%66.11
%93.33
%29.41

Codes

Color #B43D0C in popluar color models

B43D0C
RGB1806112
HSL18°87.50%37.65%
HSB/HSV18°93.33%70.59%
CMYK0.00%66.11%93.33%
29.41%

Color #B43D0C in popluar number systems.

HEXB43D0C
Decimal1806112
Binary101101001111011100
Octal2647514

Shades and tints

Shades of #B43D0C

#B43D0C
(180,61,12)
#A4380B
(164,56,11)
#94330A
(148,51,10)
#842E09
(132,46,9)
#742908
(116,41,8)
#642407
(100,36,7)
#541F06
(84,31,6)
#441A05
(68,26,5)
#341504
(52,21,4)
#241003
(36,16,3)
#140B02
(20,11,2)
#000000
(0,0,0)

Tints of #B43D0C

#B43D0C
(180,61,12)
#BA4E22
(186,78,34)
#C05F38
(192,95,56)
#C6704E
(198,112,78)
#CC8164
(204,129,100)
#D2927A
(210,146,122)
#D8A390
(216,163,144)
#DEB4A6
(222,180,166)
#E4C5BC
(228,197,188)
#EAD6D2
(234,214,210)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B43D0C color. Also use rgb(180,61,12) instead hex code.

Text Font Color

.myTextColor { color: #B43D0C; }

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

This text font color is #B43D0C.


Background Color

.myBgColor { background-color: #B43D0C; }

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

This div background color is #B43D0C.


Border color

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

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

This div border color is #B43D0C.


Opacity

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

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

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

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

This text has shadow with #B43D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43D0C on black background.


Color preview on white background

This text has color #B43D0C on white background.



Black color preview on #B43D0C background

This text has black color on #B43D0C background.


White color preview on #B43D0C background

This text has white color on #B43D0C background.