COLOR #B72827

HEX: #B72827
RGB: (183,40,39)

Color info

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

RGB color model

#B72827 color RGB value is (183,40,39).

  • red value is 183;
  • green value is 40;
  • blue value is 39.
RGB:
(183,40,39)
(72%,16%,15%)

RGB channels and saturation

R 183 of 255 = 72%
G 40 of 255 = 16%
B 39 of 255 = 15%

183
40
39

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

Portions of RGB colors in percentages

R + G + B =
183 + 40 + 39 = 262 (100%)
R 183 of 262 ~ 69.85%
G 40 of 262 ~ 15.27%
B 39 of 262 ~ 14.89%

%69.85
%15.27
%14.89

CMYK color model

#B72827 color CMYK value is (0,78,79,28).

  • cyan value is 0.00%
  • magenta value is 78.14%
  • yellow value is 78.69%
  • key color value is 28.24%
CMYK:
(0,78,79,28)
C0M78Y79K28 
(0%,78%,79%,28%)
(0.00/0.78/0.79/0.28)	

CMYK percentages

%0
%78.14
%78.69
%28.24

Codes

Color #B72827 in popluar color models

B72827
RGB1834039
HSL64.86%43.53%
HSB/HSV78.69%71.76%
CMYK0.00%78.14%78.69%
28.24%

Color #B72827 in popluar number systems.

HEXB72827
Decimal1834039
Binary10110111101000100111
Octal2675047

Shades and tints

Shades of #B72827

#B72827
(183,40,39)
#A72524
(167,37,36)
#972221
(151,34,33)
#871F1E
(135,31,30)
#771C1B
(119,28,27)
#671918
(103,25,24)
#571615
(87,22,21)
#471312
(71,19,18)
#37100F
(55,16,15)
#270D0C
(39,13,12)
#170A09
(23,10,9)
#000000
(0,0,0)

Tints of #B72827

#B72827
(183,40,39)
#BD3B3A
(189,59,58)
#C34E4D
(195,78,77)
#C96160
(201,97,96)
#CF7473
(207,116,115)
#D58786
(213,135,134)
#DB9A99
(219,154,153)
#E1ADAC
(225,173,172)
#E7C0BF
(231,192,191)
#EDD3D2
(237,211,210)
#F3E6E5
(243,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72827 color. Also use rgb(183,40,39) instead hex code.

Text Font Color

.myTextColor { color: #B72827; }

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

This text font color is #B72827.


Background Color

.myBgColor { background-color: #B72827; }

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

This div background color is #B72827.


Border color

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

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

This div border color is #B72827.


Opacity

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

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

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

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

This text has shadow with #B72827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B72827 on black background.


Color preview on white background

This text has color #B72827 on white background.



Black color preview on #B72827 background

This text has black color on #B72827 background.


White color preview on #B72827 background

This text has white color on #B72827 background.