COLOR #B51D4C

HEX: #B51D4C
RGB: (181,29,76)

Color info

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

RGB color model

#B51D4C color RGB value is (181,29,76).

  • red value is 181;
  • green value is 29;
  • blue value is 76.
RGB:
(181,29,76)
(71%,11%,30%)

RGB channels and saturation

R 181 of 255 = 71%
G 29 of 255 = 11%
B 76 of 255 = 30%

181
29
76

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

Portions of RGB colors in percentages

R + G + B =
181 + 29 + 76 = 286 (100%)
R 181 of 286 ~ 63.29%
G 29 of 286 ~ 10.14%
B 76 of 286 ~ 26.57%

%63.29
%10.14
%26.57

CMYK color model

#B51D4C color CMYK value is (0,84,58,29).

  • cyan value is 0.00%
  • magenta value is 83.98%
  • yellow value is 58.01%
  • key color value is 29.02%
CMYK:
(0,84,58,29)
C0M84Y58K29 
(0%,84%,58%,29%)
(0.00/0.84/0.58/0.29)	

CMYK percentages

%0
%83.98
%58.01
%29.02

Codes

Color #B51D4C in popluar color models

B51D4C
RGB1812976
HSL341°72.38%41.18%
HSB/HSV341°83.98%70.98%
CMYK0.00%83.98%58.01%
29.02%

Color #B51D4C in popluar number systems.

HEXB51D4C
Decimal1812976
Binary10110101111011001100
Octal26535114

Shades and tints

Shades of #B51D4C

#B51D4C
(181,29,76)
#A51B46
(165,27,70)
#951940
(149,25,64)
#85173A
(133,23,58)
#751534
(117,21,52)
#65132E
(101,19,46)
#551128
(85,17,40)
#450F22
(69,15,34)
#350D1C
(53,13,28)
#250B16
(37,11,22)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #B51D4C

#B51D4C
(181,29,76)
#BB315C
(187,49,92)
#C1456C
(193,69,108)
#C7597C
(199,89,124)
#CD6D8C
(205,109,140)
#D3819C
(211,129,156)
#D995AC
(217,149,172)
#DFA9BC
(223,169,188)
#E5BDCC
(229,189,204)
#EBD1DC
(235,209,220)
#F1E5EC
(241,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51D4C color. Also use rgb(181,29,76) instead hex code.

Text Font Color

.myTextColor { color: #B51D4C; }

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

This text font color is #B51D4C.


Background Color

.myBgColor { background-color: #B51D4C; }

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

This div background color is #B51D4C.


Border color

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

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

This div border color is #B51D4C.


Opacity

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

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

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

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

This text has shadow with #B51D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51D4C on black background.


Color preview on white background

This text has color #B51D4C on white background.



Black color preview on #B51D4C background

This text has black color on #B51D4C background.


White color preview on #B51D4C background

This text has white color on #B51D4C background.