COLOR #B51A1A

HEX: #B51A1A
RGB: (181,26,26)

Color info

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

RGB color model

#B51A1A color RGB value is (181,26,26).

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

RGB channels and saturation

R 181 of 255 = 71%
G 26 of 255 = 10%
B 26 of 255 = 10%

181
26
26

R + G + B ~ 30%. #B51A1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 26 + 26 = 233 (100%)
R 181 of 233 ~ 77.68%
G 26 of 233 ~ 11.16%
B 26 of 233 ~ 11.16%

%77.68
%11.16
%11.16

CMYK color model

#B51A1A color CMYK value is (0,86,86,29).

  • cyan value is 0.00%
  • magenta value is 85.64%
  • yellow value is 85.64%
  • key color value is 29.02%
CMYK:
(0,86,86,29)
C0M86Y86K29 
(0%,86%,86%,29%)
(0.00/0.86/0.86/0.29)	

CMYK percentages

%0
%85.64
%85.64
%29.02

Codes

Color #B51A1A in popluar color models

B51A1A
RGB1812626
HSL74.88%40.59%
HSB/HSV85.64%70.98%
CMYK0.00%85.64%85.64%
29.02%

Color #B51A1A in popluar number systems.

HEXB51A1A
Decimal1812626
Binary101101011101011010
Octal2653232

Shades and tints

Shades of #B51A1A

#B51A1A
(181,26,26)
#A51818
(165,24,24)
#951616
(149,22,22)
#851414
(133,20,20)
#751212
(117,18,18)
#651010
(101,16,16)
#550E0E
(85,14,14)
#450C0C
(69,12,12)
#350A0A
(53,10,10)
#250808
(37,8,8)
#150606
(21,6,6)
#000000
(0,0,0)

Tints of #B51A1A

#B51A1A
(181,26,26)
#BB2E2E
(187,46,46)
#C14242
(193,66,66)
#C75656
(199,86,86)
#CD6A6A
(205,106,106)
#D37E7E
(211,126,126)
#D99292
(217,146,146)
#DFA6A6
(223,166,166)
#E5BABA
(229,186,186)
#EBCECE
(235,206,206)
#F1E2E2
(241,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B51A1A; }

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

This text font color is #B51A1A.


Background Color

.myBgColor { background-color: #B51A1A; }

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

This div background color is #B51A1A.


Border color

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

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

This div border color is #B51A1A.


Opacity

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

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

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

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

This text has shadow with #B51A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51A1A on black background.


Color preview on white background

This text has color #B51A1A on white background.



Black color preview on #B51A1A background

This text has black color on #B51A1A background.


White color preview on #B51A1A background

This text has white color on #B51A1A background.