COLOR #B52B13

HEX: #B52B13
RGB: (181,43,19)

Color info

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

RGB color model

#B52B13 color RGB value is (181,43,19).

  • red value is 181;
  • green value is 43;
  • blue value is 19.
RGB:
(181,43,19)
(71%,17%,7%)

RGB channels and saturation

R 181 of 255 = 71%
G 43 of 255 = 17%
B 19 of 255 = 7%

181
43
19

R + G + B ~ 32%. #B52B13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 43 + 19 = 243 (100%)
R 181 of 243 ~ 74.49%
G 43 of 243 ~ 17.7%
B 19 of 243 ~ 7.82%

%74.49
%17.7

CMYK color model

#B52B13 color CMYK value is (0,76,90,29).

  • cyan value is 0.00%
  • magenta value is 76.24%
  • yellow value is 89.50%
  • key color value is 29.02%
CMYK:
(0,76,90,29)
C0M76Y90K29 
(0%,76%,90%,29%)
(0.00/0.76/0.90/0.29)	

CMYK percentages

%0
%76.24
%89.5
%29.02

Codes

Color #B52B13 in popluar color models

B52B13
RGB1814319
HSL81.00%39.22%
HSB/HSV89.50%70.98%
CMYK0.00%76.24%89.50%
29.02%

Color #B52B13 in popluar number systems.

HEXB52B13
Decimal1814319
Binary1011010110101110011
Octal2655323

Shades and tints

Shades of #B52B13

#B52B13
(181,43,19)
#A52812
(165,40,18)
#952511
(149,37,17)
#852210
(133,34,16)
#751F0F
(117,31,15)
#651C0E
(101,28,14)
#55190D
(85,25,13)
#45160C
(69,22,12)
#35130B
(53,19,11)
#25100A
(37,16,10)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #B52B13

#B52B13
(181,43,19)
#BB3E28
(187,62,40)
#C1513D
(193,81,61)
#C76452
(199,100,82)
#CD7767
(205,119,103)
#D38A7C
(211,138,124)
#D99D91
(217,157,145)
#DFB0A6
(223,176,166)
#E5C3BB
(229,195,187)
#EBD6D0
(235,214,208)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B52B13 color. Also use rgb(181,43,19) instead hex code.

Text Font Color

.myTextColor { color: #B52B13; }

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

This text font color is #B52B13.


Background Color

.myBgColor { background-color: #B52B13; }

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

This div background color is #B52B13.


Border color

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

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

This div border color is #B52B13.


Opacity

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

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

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

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

This text has shadow with #B52B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52B13 on black background.


Color preview on white background

This text has color #B52B13 on white background.



Black color preview on #B52B13 background

This text has black color on #B52B13 background.


White color preview on #B52B13 background

This text has white color on #B52B13 background.