COLOR #B51F3A

HEX: #B51F3A
RGB: (181,31,58)

Color info

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

RGB color model

#B51F3A color RGB value is (181,31,58).

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

RGB channels and saturation

R 181 of 255 = 71%
G 31 of 255 = 12%
B 58 of 255 = 23%

181
31
58

R + G + B ~ 35%. #B51F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 31 + 58 = 270 (100%)
R 181 of 270 ~ 67.04%
G 31 of 270 ~ 11.48%
B 58 of 270 ~ 21.48%

%67.04
%11.48
%21.48

CMYK color model

#B51F3A color CMYK value is (0,83,68,29).

  • cyan value is 0.00%
  • magenta value is 82.87%
  • yellow value is 67.96%
  • key color value is 29.02%
CMYK:
(0,83,68,29)
C0M83Y68K29 
(0%,83%,68%,29%)
(0.00/0.83/0.68/0.29)	

CMYK percentages

%0
%82.87
%67.96
%29.02

Codes

Color #B51F3A in popluar color models

B51F3A
RGB1813158
HSL349°70.75%41.57%
HSB/HSV349°82.87%70.98%
CMYK0.00%82.87%67.96%
29.02%

Color #B51F3A in popluar number systems.

HEXB51F3A
Decimal1813158
Binary1011010111111111010
Octal2653772

Shades and tints

Shades of #B51F3A

#B51F3A
(181,31,58)
#A51D35
(165,29,53)
#951B30
(149,27,48)
#85192B
(133,25,43)
#751726
(117,23,38)
#651521
(101,21,33)
#55131C
(85,19,28)
#451117
(69,17,23)
#350F12
(53,15,18)
#250D0D
(37,13,13)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #B51F3A

#B51F3A
(181,31,58)
#BB334B
(187,51,75)
#C1475C
(193,71,92)
#C75B6D
(199,91,109)
#CD6F7E
(205,111,126)
#D3838F
(211,131,143)
#D997A0
(217,151,160)
#DFABB1
(223,171,177)
#E5BFC2
(229,191,194)
#EBD3D3
(235,211,211)
#F1E7E4
(241,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B51F3A; }

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

This text font color is #B51F3A.


Background Color

.myBgColor { background-color: #B51F3A; }

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

This div background color is #B51F3A.


Border color

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

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

This div border color is #B51F3A.


Opacity

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

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

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

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

This text has shadow with #B51F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51F3A on black background.


Color preview on white background

This text has color #B51F3A on white background.



Black color preview on #B51F3A background

This text has black color on #B51F3A background.


White color preview on #B51F3A background

This text has white color on #B51F3A background.