COLOR #B53431

HEX: #B53431
RGB: (181,52,49)

Color info

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

RGB color model

#B53431 color RGB value is (181,52,49).

  • red value is 181;
  • green value is 52;
  • blue value is 49.
RGB:
(181,52,49)
(71%,20%,19%)

RGB channels and saturation

R 181 of 255 = 71%
G 52 of 255 = 20%
B 49 of 255 = 19%

181
52
49

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

Portions of RGB colors in percentages

R + G + B =
181 + 52 + 49 = 282 (100%)
R 181 of 282 ~ 64.18%
G 52 of 282 ~ 18.44%
B 49 of 282 ~ 17.38%

%64.18
%18.44
%17.38

CMYK color model

#B53431 color CMYK value is (0,71,73,29).

  • cyan value is 0.00%
  • magenta value is 71.27%
  • yellow value is 72.93%
  • key color value is 29.02%
CMYK:
(0,71,73,29)
C0M71Y73K29 
(0%,71%,73%,29%)
(0.00/0.71/0.73/0.29)	

CMYK percentages

%0
%71.27
%72.93
%29.02

Codes

Color #B53431 in popluar color models

B53431
RGB1815249
HSL57.39%45.10%
HSB/HSV72.93%70.98%
CMYK0.00%71.27%72.93%
29.02%

Color #B53431 in popluar number systems.

HEXB53431
Decimal1815249
Binary10110101110100110001
Octal2656461

Shades and tints

Shades of #B53431

#B53431
(181,52,49)
#A5302D
(165,48,45)
#952C29
(149,44,41)
#852825
(133,40,37)
#752421
(117,36,33)
#65201D
(101,32,29)
#551C19
(85,28,25)
#451815
(69,24,21)
#351411
(53,20,17)
#25100D
(37,16,13)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #B53431

#B53431
(181,52,49)
#BB4643
(187,70,67)
#C15855
(193,88,85)
#C76A67
(199,106,103)
#CD7C79
(205,124,121)
#D38E8B
(211,142,139)
#D9A09D
(217,160,157)
#DFB2AF
(223,178,175)
#E5C4C1
(229,196,193)
#EBD6D3
(235,214,211)
#F1E8E5
(241,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53431 color. Also use rgb(181,52,49) instead hex code.

Text Font Color

.myTextColor { color: #B53431; }

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

This text font color is #B53431.


Background Color

.myBgColor { background-color: #B53431; }

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

This div background color is #B53431.


Border color

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

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

This div border color is #B53431.


Opacity

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

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

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

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

This text has shadow with #B53431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53431 on black background.


Color preview on white background

This text has color #B53431 on white background.



Black color preview on #B53431 background

This text has black color on #B53431 background.


White color preview on #B53431 background

This text has white color on #B53431 background.