COLOR #B0150D

HEX: #B0150D
RGB: (176,21,13)

Color info

#B0150D contains mainly red color. Web safe color of #B0150D is #990000 (or #900).

RGB color model

#B0150D color RGB value is (176,21,13).

  • red value is 176;
  • green value is 21;
  • blue value is 13.
RGB:
(176,21,13)
(69%,8%,5%)

RGB channels and saturation

R 176 of 255 = 69%
G 21 of 255 = 8%
B 13 of 255 = 5%

176
21
13

R + G + B ~ 27%. #B0150D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 21 + 13 = 210 (100%)
R 176 of 210 ~ 83.81%
G 21 of 210 ~ 10%
B 13 of 210 ~ 6.19%

%83.81
%10

CMYK color model

#B0150D color CMYK value is (0,88,93,31).

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 92.61%
  • key color value is 30.98%
CMYK:
(0,88,93,31)
C0M88Y93K31 
(0%,88%,93%,31%)
(0.00/0.88/0.93/0.31)	

CMYK percentages

%0
%88.07
%92.61
%30.98

Codes

Color #B0150D in popluar color models

B0150D
RGB1762113
HSL86.24%37.06%
HSB/HSV92.61%69.02%
CMYK0.00%88.07%92.61%
30.98%

Color #B0150D in popluar number systems.

HEXB0150D
Decimal1762113
Binary10110000101011101
Octal2602515

Shades and tints

Shades of #B0150D

#B0150D
(176,21,13)
#A0140C
(160,20,12)
#90130B
(144,19,11)
#80120A
(128,18,10)
#701109
(112,17,9)
#601008
(96,16,8)
#500F07
(80,15,7)
#400E06
(64,14,6)
#300D05
(48,13,5)
#200C04
(32,12,4)
#100B03
(16,11,3)
#000000
(0,0,0)

Tints of #B0150D

#B0150D
(176,21,13)
#B72A23
(183,42,35)
#BE3F39
(190,63,57)
#C5544F
(197,84,79)
#CC6965
(204,105,101)
#D37E7B
(211,126,123)
#DA9391
(218,147,145)
#E1A8A7
(225,168,167)
#E8BDBD
(232,189,189)
#EFD2D3
(239,210,211)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0150D color. Also use rgb(176,21,13) instead hex code.

Text Font Color

.myTextColor { color: #B0150D; }

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

This text font color is #B0150D.


Background Color

.myBgColor { background-color: #B0150D; }

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

This div background color is #B0150D.


Border color

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

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

This div border color is #B0150D.


Opacity

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

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

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

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

This text has shadow with #B0150D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0150D on black background.


Color preview on white background

This text has color #B0150D on white background.



Black color preview on #B0150D background

This text has black color on #B0150D background.


White color preview on #B0150D background

This text has white color on #B0150D background.