COLOR #B01112

HEX: #B01112 RGB: (176,17,18)

Color info

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

RGB color model

#B01112 color RGB value is (176,17,18).

RGB: (176,17,18) (69%, 7%, 7%)

RGB channels and saturation

R 176 of 255 = 69%
G 17 of 255 = 7%
B 18 of 255 = 7%

176
17
18

R + G + B ~ 28%. #B01112 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 176 + 17 + 18 = 211 (100%)
R 176 of 211 ~ 83.41%
G 17 of 211 ~ 8.06%
B 18 of 211 ~ 8.53'%

%83.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 90.34%
  • yellow value is 89.77%
  • key color value is 30.98%
CMYK: (0,90,90,31) C0M90Y90K31 (0%,90%,90%,31%) (0.00/0.90/0.90/0.31) 

CMYK percentages

%0
%90.34
%89.77
%30.98

Codes

Color #B01112 in popluar color models

B0 11 12
RGB 176 17 18
HSL 360° 82.38% 37.84%
HSB/HSV 360° 90.34% 69.02%
CMYK 0.00% 90.34% 89.77%
30.98%

Color #B01112 in popluar number systems.

HEX B0 11 12
Decimal 176 17 18
Binary 10110000 10001 10010
Octal 260 21 22

Shades and tints

Shades of #B01112

#B01112
(176,17,18)
#A01011
(160,16,17)
#900F10
(144,15,16)
#800E0F
(128,14,15)
#700D0E
(112,13,14)
#600C0D
(96,12,13)
#500B0C
(80,11,12)
#400A0B
(64,10,11)
#30090A
(48,9,10)
#200809
(32,8,9)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #B01112

#B01112
(176,17,18)
#B72627
(183,38,39)
#BE3B3C
(190,59,60)
#C55051
(197,80,81)
#CC6566
(204,101,102)
#D37A7B
(211,122,123)
#DA8F90
(218,143,144)
#E1A4A5
(225,164,165)
#E8B9BA
(232,185,186)
#EFCECF
(239,206,207)
#F6E3E4
(246,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B01112; }

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

This text font color is #B01112.

Background Color

.myBgColor { background-color: #B01112; }

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

This div background color is #B01112.

Border color

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

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

This div border color is #B01112.

Opacity

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

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

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

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

This text has shadow with #B01112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B01112.

Preview

Color preview on black background

This text has color #B01112 on black background.


Color preview on white background

This text has color #B01112 on white background.


Black color preview on #B01112 background

This text has black color on #B01112 background.


White color preview on #B01112 background

This text has white color on #B01112 background.


Related colors

Complementary color

Complementary color for #hex is #4FEEED.


I love getcolorcode.com

Triadic colors

1 #12B011 and #1112B0 with #B01112 are triadic colors.

2 #1211B0 and #11B012 with #B01112 are triadic colors.