COLOR #B51514

HEX: #B51514
RGB: (181,21,20)

Color info

#B51514 contains mainly red color. Web safe color of #B51514 is #CC0000 (or #C00).

RGB color model

#B51514 color RGB value is (181,21,20).

  • red value is 181;
  • green value is 21;
  • blue value is 20.
RGB:
(181,21,20)
(71%,8%,8%)

RGB channels and saturation

R 181 of 255 = 71%
G 21 of 255 = 8%
B 20 of 255 = 8%

181
21
20

R + G + B ~ 29%. #B51514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 21 + 20 = 222 (100%)
R 181 of 222 ~ 81.53%
G 21 of 222 ~ 9.46%
B 20 of 222 ~ 9.01%

%81.53

CMYK color model

#B51514 color CMYK value is (0,88,89,29).

  • cyan value is 0.00%
  • magenta value is 88.40%
  • yellow value is 88.95%
  • key color value is 29.02%
CMYK:
(0,88,89,29)
C0M88Y89K29 
(0%,88%,89%,29%)
(0.00/0.88/0.89/0.29)	

CMYK percentages

%0
%88.4
%88.95
%29.02

Codes

Color #B51514 in popluar color models

B51514
RGB1812120
HSL80.10%39.41%
HSB/HSV88.95%70.98%
CMYK0.00%88.40%88.95%
29.02%

Color #B51514 in popluar number systems.

HEXB51514
Decimal1812120
Binary101101011010110100
Octal2652524

Shades and tints

Shades of #B51514

#B51514
(181,21,20)
#A51413
(165,20,19)
#951312
(149,19,18)
#851211
(133,18,17)
#751110
(117,17,16)
#65100F
(101,16,15)
#550F0E
(85,15,14)
#450E0D
(69,14,13)
#350D0C
(53,13,12)
#250C0B
(37,12,11)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #B51514

#B51514
(181,21,20)
#BB2A29
(187,42,41)
#C13F3E
(193,63,62)
#C75453
(199,84,83)
#CD6968
(205,105,104)
#D37E7D
(211,126,125)
#D99392
(217,147,146)
#DFA8A7
(223,168,167)
#E5BDBC
(229,189,188)
#EBD2D1
(235,210,209)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51514 color. Also use rgb(181,21,20) instead hex code.

Text Font Color

.myTextColor { color: #B51514; }

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

This text font color is #B51514.


Background Color

.myBgColor { background-color: #B51514; }

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

This div background color is #B51514.


Border color

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

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

This div border color is #B51514.


Opacity

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

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

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

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

This text has shadow with #B51514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51514 on black background.


Color preview on white background

This text has color #B51514 on white background.



Black color preview on #B51514 background

This text has black color on #B51514 background.


White color preview on #B51514 background

This text has white color on #B51514 background.