COLOR #B53D43

HEX: #B53D43
RGB: (181,61,67)

Color info

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

RGB color model

#B53D43 color RGB value is (181,61,67).

  • red value is 181;
  • green value is 61;
  • blue value is 67.
RGB:
(181,61,67)
(71%,24%,26%)

RGB channels and saturation

R 181 of 255 = 71%
G 61 of 255 = 24%
B 67 of 255 = 26%

181
61
67

R + G + B ~ 40%. #B53D43 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 61 + 67 = 309 (100%)
R 181 of 309 ~ 58.58%
G 61 of 309 ~ 19.74%
B 67 of 309 ~ 21.68%

%58.58
%19.74
%21.68

CMYK color model

#B53D43 color CMYK value is (0,66,63,29).

  • cyan value is 0.00%
  • magenta value is 66.30%
  • yellow value is 62.98%
  • key color value is 29.02%
CMYK:
(0,66,63,29)
C0M66Y63K29 
(0%,66%,63%,29%)
(0.00/0.66/0.63/0.29)	

CMYK percentages

%0
%66.3
%62.98
%29.02

Codes

Color #B53D43 in popluar color models

B53D43
RGB1816167
HSL357°49.59%47.45%
HSB/HSV357°66.30%70.98%
CMYK0.00%66.30%62.98%
29.02%

Color #B53D43 in popluar number systems.

HEXB53D43
Decimal1816167
Binary101101011111011000011
Octal26575103

Shades and tints

Shades of #B53D43

#B53D43
(181,61,67)
#A5383D
(165,56,61)
#953337
(149,51,55)
#852E31
(133,46,49)
#75292B
(117,41,43)
#652425
(101,36,37)
#551F1F
(85,31,31)
#451A19
(69,26,25)
#351513
(53,21,19)
#25100D
(37,16,13)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #B53D43

#B53D43
(181,61,67)
#BB4E54
(187,78,84)
#C15F65
(193,95,101)
#C77076
(199,112,118)
#CD8187
(205,129,135)
#D39298
(211,146,152)
#D9A3A9
(217,163,169)
#DFB4BA
(223,180,186)
#E5C5CB
(229,197,203)
#EBD6DC
(235,214,220)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53D43 color. Also use rgb(181,61,67) instead hex code.

Text Font Color

.myTextColor { color: #B53D43; }

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

This text font color is #B53D43.


Background Color

.myBgColor { background-color: #B53D43; }

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

This div background color is #B53D43.


Border color

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

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

This div border color is #B53D43.


Opacity

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

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

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

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

This text has shadow with #B53D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53D43 on black background.


Color preview on white background

This text has color #B53D43 on white background.



Black color preview on #B53D43 background

This text has black color on #B53D43 background.


White color preview on #B53D43 background

This text has white color on #B53D43 background.