COLOR #B51F46

HEX: #B51F46
RGB: (181,31,70)

Color info

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

RGB color model

#B51F46 color RGB value is (181,31,70).

  • red value is 181;
  • green value is 31;
  • blue value is 70.
RGB:
(181,31,70)
(71%,12%,27%)

RGB channels and saturation

R 181 of 255 = 71%
G 31 of 255 = 12%
B 70 of 255 = 27%

181
31
70

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

Portions of RGB colors in percentages

R + G + B =
181 + 31 + 70 = 282 (100%)
R 181 of 282 ~ 64.18%
G 31 of 282 ~ 10.99%
B 70 of 282 ~ 24.82%

%64.18
%10.99
%24.82

CMYK color model

#B51F46 color CMYK value is (0,83,61,29).

  • cyan value is 0.00%
  • magenta value is 82.87%
  • yellow value is 61.33%
  • key color value is 29.02%
CMYK:
(0,83,61,29)
C0M83Y61K29 
(0%,83%,61%,29%)
(0.00/0.83/0.61/0.29)	

CMYK percentages

%0
%82.87
%61.33
%29.02

Codes

Color #B51F46 in popluar color models

B51F46
RGB1813170
HSL344°70.75%41.57%
HSB/HSV344°82.87%70.98%
CMYK0.00%82.87%61.33%
29.02%

Color #B51F46 in popluar number systems.

HEXB51F46
Decimal1813170
Binary10110101111111000110
Octal26537106

Shades and tints

Shades of #B51F46

#B51F46
(181,31,70)
#A51D40
(165,29,64)
#951B3A
(149,27,58)
#851934
(133,25,52)
#75172E
(117,23,46)
#651528
(101,21,40)
#551322
(85,19,34)
#45111C
(69,17,28)
#350F16
(53,15,22)
#250D10
(37,13,16)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #B51F46

#B51F46
(181,31,70)
#BB3356
(187,51,86)
#C14766
(193,71,102)
#C75B76
(199,91,118)
#CD6F86
(205,111,134)
#D38396
(211,131,150)
#D997A6
(217,151,166)
#DFABB6
(223,171,182)
#E5BFC6
(229,191,198)
#EBD3D6
(235,211,214)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51F46 color. Also use rgb(181,31,70) instead hex code.

Text Font Color

.myTextColor { color: #B51F46; }

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

This text font color is #B51F46.


Background Color

.myBgColor { background-color: #B51F46; }

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

This div background color is #B51F46.


Border color

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

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

This div border color is #B51F46.


Opacity

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

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

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

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

This text has shadow with #B51F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51F46 on black background.


Color preview on white background

This text has color #B51F46 on white background.



Black color preview on #B51F46 background

This text has black color on #B51F46 background.


White color preview on #B51F46 background

This text has white color on #B51F46 background.