COLOR #B52913

HEX: #B52913
RGB: (181,41,19)

Color info

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

RGB color model

#B52913 color RGB value is (181,41,19).

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

RGB channels and saturation

R 181 of 255 = 71%
G 41 of 255 = 16%
B 19 of 255 = 7%

181
41
19

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

Portions of RGB colors in percentages

R + G + B =
181 + 41 + 19 = 241 (100%)
R 181 of 241 ~ 75.1%
G 41 of 241 ~ 17.01%
B 19 of 241 ~ 7.88%

%75.1
%17.01

CMYK color model

#B52913 color CMYK value is (0,77,90,29).

  • cyan value is 0.00%
  • magenta value is 77.35%
  • yellow value is 89.50%
  • key color value is 29.02%
CMYK:
(0,77,90,29)
C0M77Y90K29 
(0%,77%,90%,29%)
(0.00/0.77/0.90/0.29)	

CMYK percentages

%0
%77.35
%89.5
%29.02

Codes

Color #B52913 in popluar color models

B52913
RGB1814119
HSL81.00%39.22%
HSB/HSV89.50%70.98%
CMYK0.00%77.35%89.50%
29.02%

Color #B52913 in popluar number systems.

HEXB52913
Decimal1814119
Binary1011010110100110011
Octal2655123

Shades and tints

Shades of #B52913

#B52913
(181,41,19)
#A52612
(165,38,18)
#952311
(149,35,17)
#852010
(133,32,16)
#751D0F
(117,29,15)
#651A0E
(101,26,14)
#55170D
(85,23,13)
#45140C
(69,20,12)
#35110B
(53,17,11)
#250E0A
(37,14,10)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #B52913

#B52913
(181,41,19)
#BB3C28
(187,60,40)
#C14F3D
(193,79,61)
#C76252
(199,98,82)
#CD7567
(205,117,103)
#D3887C
(211,136,124)
#D99B91
(217,155,145)
#DFAEA6
(223,174,166)
#E5C1BB
(229,193,187)
#EBD4D0
(235,212,208)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B52913; }

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

This text font color is #B52913.


Background Color

.myBgColor { background-color: #B52913; }

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

This div background color is #B52913.


Border color

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

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

This div border color is #B52913.


Opacity

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

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

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

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

This text has shadow with #B52913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52913 on black background.


Color preview on white background

This text has color #B52913 on white background.



Black color preview on #B52913 background

This text has black color on #B52913 background.


White color preview on #B52913 background

This text has white color on #B52913 background.