COLOR #B72211

HEX: #B72211
RGB: (183,34,17)

Color info

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

RGB color model

#B72211 color RGB value is (183,34,17).

  • red value is 183;
  • green value is 34;
  • blue value is 17.
RGB:
(183,34,17)
(72%,13%,7%)

RGB channels and saturation

R 183 of 255 = 72%
G 34 of 255 = 13%
B 17 of 255 = 7%

183
34
17

R + G + B ~ 31%. #B72211 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 34 + 17 = 234 (100%)
R 183 of 234 ~ 78.21%
G 34 of 234 ~ 14.53%
B 17 of 234 ~ 7.26%

%78.21
%14.53

CMYK color model

#B72211 color CMYK value is (0,81,91,28).

  • cyan value is 0.00%
  • magenta value is 81.42%
  • yellow value is 90.71%
  • key color value is 28.24%
CMYK:
(0,81,91,28)
C0M81Y91K28 
(0%,81%,91%,28%)
(0.00/0.81/0.91/0.28)	

CMYK percentages

%0
%81.42
%90.71
%28.24

Codes

Color #B72211 in popluar color models

B72211
RGB1833417
HSL83.00%39.22%
HSB/HSV90.71%71.76%
CMYK0.00%81.42%90.71%
28.24%

Color #B72211 in popluar number systems.

HEXB72211
Decimal1833417
Binary1011011110001010001
Octal2674221

Shades and tints

Shades of #B72211

#B72211
(183,34,17)
#A71F10
(167,31,16)
#971C0F
(151,28,15)
#87190E
(135,25,14)
#77160D
(119,22,13)
#67130C
(103,19,12)
#57100B
(87,16,11)
#470D0A
(71,13,10)
#370A09
(55,10,9)
#270708
(39,7,8)
#170407
(23,4,7)
#000000
(0,0,0)

Tints of #B72211

#B72211
(183,34,17)
#BD3626
(189,54,38)
#C34A3B
(195,74,59)
#C95E50
(201,94,80)
#CF7265
(207,114,101)
#D5867A
(213,134,122)
#DB9A8F
(219,154,143)
#E1AEA4
(225,174,164)
#E7C2B9
(231,194,185)
#EDD6CE
(237,214,206)
#F3EAE3
(243,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72211 color. Also use rgb(183,34,17) instead hex code.

Text Font Color

.myTextColor { color: #B72211; }

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

This text font color is #B72211.


Background Color

.myBgColor { background-color: #B72211; }

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

This div background color is #B72211.


Border color

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

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

This div border color is #B72211.


Opacity

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

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

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

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

This text has shadow with #B72211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B72211 on black background.


Color preview on white background

This text has color #B72211 on white background.



Black color preview on #B72211 background

This text has black color on #B72211 background.


White color preview on #B72211 background

This text has white color on #B72211 background.