COLOR #B72E33

HEX: #B72E33
RGB: (183,46,51)

Color info

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

RGB color model

#B72E33 color RGB value is (183,46,51).

  • red value is 183;
  • green value is 46;
  • blue value is 51.
RGB:
(183,46,51)
(72%,18%,20%)

RGB channels and saturation

R 183 of 255 = 72%
G 46 of 255 = 18%
B 51 of 255 = 20%

183
46
51

R + G + B ~ 37%. #B72E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 46 + 51 = 280 (100%)
R 183 of 280 ~ 65.36%
G 46 of 280 ~ 16.43%
B 51 of 280 ~ 18.21%

%65.36
%16.43
%18.21

CMYK color model

#B72E33 color CMYK value is (0,75,72,28).

  • cyan value is 0.00%
  • magenta value is 74.86%
  • yellow value is 72.13%
  • key color value is 28.24%
CMYK:
(0,75,72,28)
C0M75Y72K28 
(0%,75%,72%,28%)
(0.00/0.75/0.72/0.28)	

CMYK percentages

%0
%74.86
%72.13
%28.24

Codes

Color #B72E33 in popluar color models

B72E33
RGB1834651
HSL358°59.83%44.90%
HSB/HSV358°74.86%71.76%
CMYK0.00%74.86%72.13%
28.24%

Color #B72E33 in popluar number systems.

HEXB72E33
Decimal1834651
Binary10110111101110110011
Octal2675663

Shades and tints

Shades of #B72E33

#B72E33
(183,46,51)
#A72A2F
(167,42,47)
#97262B
(151,38,43)
#872227
(135,34,39)
#771E23
(119,30,35)
#671A1F
(103,26,31)
#57161B
(87,22,27)
#471217
(71,18,23)
#370E13
(55,14,19)
#270A0F
(39,10,15)
#17060B
(23,6,11)
#000000
(0,0,0)

Tints of #B72E33

#B72E33
(183,46,51)
#BD4145
(189,65,69)
#C35457
(195,84,87)
#C96769
(201,103,105)
#CF7A7B
(207,122,123)
#D58D8D
(213,141,141)
#DBA09F
(219,160,159)
#E1B3B1
(225,179,177)
#E7C6C3
(231,198,195)
#EDD9D5
(237,217,213)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72E33 color. Also use rgb(183,46,51) instead hex code.

Text Font Color

.myTextColor { color: #B72E33; }

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

This text font color is #B72E33.


Background Color

.myBgColor { background-color: #B72E33; }

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

This div background color is #B72E33.


Border color

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

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

This div border color is #B72E33.


Opacity

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

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

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

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

This text has shadow with #B72E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B72E33 on black background.


Color preview on white background

This text has color #B72E33 on white background.



Black color preview on #B72E33 background

This text has black color on #B72E33 background.


White color preview on #B72E33 background

This text has white color on #B72E33 background.