COLOR #B51C43

HEX: #B51C43
RGB: (181,28,67)

Color info

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

RGB color model

#B51C43 color RGB value is (181,28,67).

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

RGB channels and saturation

R 181 of 255 = 71%
G 28 of 255 = 11%
B 67 of 255 = 26%

181
28
67

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

Portions of RGB colors in percentages

R + G + B =
181 + 28 + 67 = 276 (100%)
R 181 of 276 ~ 65.58%
G 28 of 276 ~ 10.14%
B 67 of 276 ~ 24.28%

%65.58
%10.14
%24.28

CMYK color model

#B51C43 color CMYK value is (0,85,63,29).

  • cyan value is 0.00%
  • magenta value is 84.53%
  • yellow value is 62.98%
  • key color value is 29.02%
CMYK:
(0,85,63,29)
C0M85Y63K29 
(0%,85%,63%,29%)
(0.00/0.85/0.63/0.29)	

CMYK percentages

%0
%84.53
%62.98
%29.02

Codes

Color #B51C43 in popluar color models

B51C43
RGB1812867
HSL345°73.21%40.98%
HSB/HSV345°84.53%70.98%
CMYK0.00%84.53%62.98%
29.02%

Color #B51C43 in popluar number systems.

HEXB51C43
Decimal1812867
Binary10110101111001000011
Octal26534103

Shades and tints

Shades of #B51C43

#B51C43
(181,28,67)
#A51A3D
(165,26,61)
#951837
(149,24,55)
#851631
(133,22,49)
#75142B
(117,20,43)
#651225
(101,18,37)
#55101F
(85,16,31)
#450E19
(69,14,25)
#350C13
(53,12,19)
#250A0D
(37,10,13)
#150807
(21,8,7)
#000000
(0,0,0)

Tints of #B51C43

#B51C43
(181,28,67)
#BB3054
(187,48,84)
#C14465
(193,68,101)
#C75876
(199,88,118)
#CD6C87
(205,108,135)
#D38098
(211,128,152)
#D994A9
(217,148,169)
#DFA8BA
(223,168,186)
#E5BCCB
(229,188,203)
#EBD0DC
(235,208,220)
#F1E4ED
(241,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B51C43; }

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

This text font color is #B51C43.


Background Color

.myBgColor { background-color: #B51C43; }

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

This div background color is #B51C43.


Border color

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

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

This div border color is #B51C43.


Opacity

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

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

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

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

This text has shadow with #B51C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51C43 on black background.


Color preview on white background

This text has color #B51C43 on white background.



Black color preview on #B51C43 background

This text has black color on #B51C43 background.


White color preview on #B51C43 background

This text has white color on #B51C43 background.