COLOR #B52835

HEX: #B52835
RGB: (181,40,53)

Color info

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

RGB color model

#B52835 color RGB value is (181,40,53).

  • red value is 181;
  • green value is 40;
  • blue value is 53.
RGB:
(181,40,53)
(71%,16%,21%)

RGB channels and saturation

R 181 of 255 = 71%
G 40 of 255 = 16%
B 53 of 255 = 21%

181
40
53

R + G + B ~ 36%. #B52835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 40 + 53 = 274 (100%)
R 181 of 274 ~ 66.06%
G 40 of 274 ~ 14.6%
B 53 of 274 ~ 19.34%

%66.06
%14.6
%19.34

CMYK color model

#B52835 color CMYK value is (0,78,71,29).

  • cyan value is 0.00%
  • magenta value is 77.90%
  • yellow value is 70.72%
  • key color value is 29.02%
CMYK:
(0,78,71,29)
C0M78Y71K29 
(0%,78%,71%,29%)
(0.00/0.78/0.71/0.29)	

CMYK percentages

%0
%77.9
%70.72
%29.02

Codes

Color #B52835 in popluar color models

B52835
RGB1814053
HSL354°63.80%43.33%
HSB/HSV354°77.90%70.98%
CMYK0.00%77.90%70.72%
29.02%

Color #B52835 in popluar number systems.

HEXB52835
Decimal1814053
Binary10110101101000110101
Octal2655065

Shades and tints

Shades of #B52835

#B52835
(181,40,53)
#A52531
(165,37,49)
#95222D
(149,34,45)
#851F29
(133,31,41)
#751C25
(117,28,37)
#651921
(101,25,33)
#55161D
(85,22,29)
#451319
(69,19,25)
#351015
(53,16,21)
#250D11
(37,13,17)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #B52835

#B52835
(181,40,53)
#BB3B47
(187,59,71)
#C14E59
(193,78,89)
#C7616B
(199,97,107)
#CD747D
(205,116,125)
#D3878F
(211,135,143)
#D99AA1
(217,154,161)
#DFADB3
(223,173,179)
#E5C0C5
(229,192,197)
#EBD3D7
(235,211,215)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B52835 color. Also use rgb(181,40,53) instead hex code.

Text Font Color

.myTextColor { color: #B52835; }

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

This text font color is #B52835.


Background Color

.myBgColor { background-color: #B52835; }

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

This div background color is #B52835.


Border color

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

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

This div border color is #B52835.


Opacity

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

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

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

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

This text has shadow with #B52835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52835 on black background.


Color preview on white background

This text has color #B52835 on white background.



Black color preview on #B52835 background

This text has black color on #B52835 background.


White color preview on #B52835 background

This text has white color on #B52835 background.