COLOR #B01B12

HEX: #B01B12
RGB: (176,27,18)

Color info

#B01B12 contains mainly red color. Web safe color of #B01B12 is #993300 (or #930).

RGB color model

#B01B12 color RGB value is (176,27,18).

  • red value is 176;
  • green value is 27;
  • blue value is 18.
RGB:
(176,27,18)
(69%,11%,7%)

RGB channels and saturation

R 176 of 255 = 69%
G 27 of 255 = 11%
B 18 of 255 = 7%

176
27
18

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

Portions of RGB colors in percentages

R + G + B =
176 + 27 + 18 = 221 (100%)
R 176 of 221 ~ 79.64%
G 27 of 221 ~ 12.22%
B 18 of 221 ~ 8.14%

%79.64
%12.22

CMYK color model

#B01B12 color CMYK value is (0,85,90,31).

  • cyan value is 0.00%
  • magenta value is 84.66%
  • yellow value is 89.77%
  • key color value is 30.98%
CMYK:
(0,85,90,31)
C0M85Y90K31 
(0%,85%,90%,31%)
(0.00/0.85/0.90/0.31)	

CMYK percentages

%0
%84.66
%89.77
%30.98

Codes

Color #B01B12 in popluar color models

B01B12
RGB1762718
HSL81.44%38.04%
HSB/HSV89.77%69.02%
CMYK0.00%84.66%89.77%
30.98%

Color #B01B12 in popluar number systems.

HEXB01B12
Decimal1762718
Binary101100001101110010
Octal2603322

Shades and tints

Shades of #B01B12

#B01B12
(176,27,18)
#A01911
(160,25,17)
#901710
(144,23,16)
#80150F
(128,21,15)
#70130E
(112,19,14)
#60110D
(96,17,13)
#500F0C
(80,15,12)
#400D0B
(64,13,11)
#300B0A
(48,11,10)
#200909
(32,9,9)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #B01B12

#B01B12
(176,27,18)
#B72F27
(183,47,39)
#BE433C
(190,67,60)
#C55751
(197,87,81)
#CC6B66
(204,107,102)
#D37F7B
(211,127,123)
#DA9390
(218,147,144)
#E1A7A5
(225,167,165)
#E8BBBA
(232,187,186)
#EFCFCF
(239,207,207)
#F6E3E4
(246,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B01B12 color. Also use rgb(176,27,18) instead hex code.

Text Font Color

.myTextColor { color: #B01B12; }

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

This text font color is #B01B12.


Background Color

.myBgColor { background-color: #B01B12; }

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

This div background color is #B01B12.


Border color

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

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

This div border color is #B01B12.


Opacity

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

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

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

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

This text has shadow with #B01B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B01B12 on black background.


Color preview on white background

This text has color #B01B12 on white background.



Black color preview on #B01B12 background

This text has black color on #B01B12 background.


White color preview on #B01B12 background

This text has white color on #B01B12 background.