COLOR #B52E22

HEX: #B52E22
RGB: (181,46,34)

Color info

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

RGB color model

#B52E22 color RGB value is (181,46,34).

  • red value is 181;
  • green value is 46;
  • blue value is 34.
RGB:
(181,46,34)
(71%,18%,13%)

RGB channels and saturation

R 181 of 255 = 71%
G 46 of 255 = 18%
B 34 of 255 = 13%

181
46
34

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

Portions of RGB colors in percentages

R + G + B =
181 + 46 + 34 = 261 (100%)
R 181 of 261 ~ 69.35%
G 46 of 261 ~ 17.62%
B 34 of 261 ~ 13.03%

%69.35
%17.62
%13.03

CMYK color model

#B52E22 color CMYK value is (0,75,81,29).

  • cyan value is 0.00%
  • magenta value is 74.59%
  • yellow value is 81.22%
  • key color value is 29.02%
CMYK:
(0,75,81,29)
C0M75Y81K29 
(0%,75%,81%,29%)
(0.00/0.75/0.81/0.29)	

CMYK percentages

%0
%74.59
%81.22
%29.02

Codes

Color #B52E22 in popluar color models

B52E22
RGB1814634
HSL68.37%42.16%
HSB/HSV81.22%70.98%
CMYK0.00%74.59%81.22%
29.02%

Color #B52E22 in popluar number systems.

HEXB52E22
Decimal1814634
Binary10110101101110100010
Octal2655642

Shades and tints

Shades of #B52E22

#B52E22
(181,46,34)
#A52A1F
(165,42,31)
#95261C
(149,38,28)
#852219
(133,34,25)
#751E16
(117,30,22)
#651A13
(101,26,19)
#551610
(85,22,16)
#45120D
(69,18,13)
#350E0A
(53,14,10)
#250A07
(37,10,7)
#150604
(21,6,4)
#000000
(0,0,0)

Tints of #B52E22

#B52E22
(181,46,34)
#BB4136
(187,65,54)
#C1544A
(193,84,74)
#C7675E
(199,103,94)
#CD7A72
(205,122,114)
#D38D86
(211,141,134)
#D9A09A
(217,160,154)
#DFB3AE
(223,179,174)
#E5C6C2
(229,198,194)
#EBD9D6
(235,217,214)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B52E22 color. Also use rgb(181,46,34) instead hex code.

Text Font Color

.myTextColor { color: #B52E22; }

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

This text font color is #B52E22.


Background Color

.myBgColor { background-color: #B52E22; }

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

This div background color is #B52E22.


Border color

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

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

This div border color is #B52E22.


Opacity

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

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

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

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

This text has shadow with #B52E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52E22 on black background.


Color preview on white background

This text has color #B52E22 on white background.



Black color preview on #B52E22 background

This text has black color on #B52E22 background.


White color preview on #B52E22 background

This text has white color on #B52E22 background.