COLOR #B72A1C

HEX: #B72A1C
RGB: (183,42,28)

Color info

#B72A1C contains mainly red color. Web safe color of #B72A1C is #CC3333 (or #C33).

RGB color model

#B72A1C color RGB value is (183,42,28).

  • red value is 183;
  • green value is 42;
  • blue value is 28.
RGB:
(183,42,28)
(72%,16%,11%)

RGB channels and saturation

R 183 of 255 = 72%
G 42 of 255 = 16%
B 28 of 255 = 11%

183
42
28

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

Portions of RGB colors in percentages

R + G + B =
183 + 42 + 28 = 253 (100%)
R 183 of 253 ~ 72.33%
G 42 of 253 ~ 16.6%
B 28 of 253 ~ 11.07%

%72.33
%16.6
%11.07

CMYK color model

#B72A1C color CMYK value is (0,77,85,28).

  • cyan value is 0.00%
  • magenta value is 77.05%
  • yellow value is 84.70%
  • key color value is 28.24%
CMYK:
(0,77,85,28)
C0M77Y85K28 
(0%,77%,85%,28%)
(0.00/0.77/0.85/0.28)	

CMYK percentages

%0
%77.05
%84.7
%28.24

Codes

Color #B72A1C in popluar color models

B72A1C
RGB1834228
HSL73.46%41.37%
HSB/HSV84.70%71.76%
CMYK0.00%77.05%84.70%
28.24%

Color #B72A1C in popluar number systems.

HEXB72A1C
Decimal1834228
Binary1011011110101011100
Octal2675234

Shades and tints

Shades of #B72A1C

#B72A1C
(183,42,28)
#A7271A
(167,39,26)
#972418
(151,36,24)
#872116
(135,33,22)
#771E14
(119,30,20)
#671B12
(103,27,18)
#571810
(87,24,16)
#47150E
(71,21,14)
#37120C
(55,18,12)
#270F0A
(39,15,10)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #B72A1C

#B72A1C
(183,42,28)
#BD3D30
(189,61,48)
#C35044
(195,80,68)
#C96358
(201,99,88)
#CF766C
(207,118,108)
#D58980
(213,137,128)
#DB9C94
(219,156,148)
#E1AFA8
(225,175,168)
#E7C2BC
(231,194,188)
#EDD5D0
(237,213,208)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72A1C color. Also use rgb(183,42,28) instead hex code.

Text Font Color

.myTextColor { color: #B72A1C; }

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

This text font color is #B72A1C.


Background Color

.myBgColor { background-color: #B72A1C; }

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

This div background color is #B72A1C.


Border color

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

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

This div border color is #B72A1C.


Opacity

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

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

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

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

This text has shadow with #B72A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B72A1C on black background.


Color preview on white background

This text has color #B72A1C on white background.



Black color preview on #B72A1C background

This text has black color on #B72A1C background.


White color preview on #B72A1C background

This text has white color on #B72A1C background.