COLOR #B0071F

HEX: #B0071F RGB: (176,7,31)

Color info

#B0071F contains mainly red color. Web safe color of #B0071F is #990033 (or #903).

RGB color model

#B0071F color RGB value is (176,7,31).

RGB: (176,7,31) (69%, 3%, 12%)

RGB channels and saturation

R 176 of 255 = 69%
G 7 of 255 = 3%
B 31 of 255 = 12%

176
7
31

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

Portions of RGB colors in percentages

R + G + B = 176 + 7 + 31 = 214 (100%)
R 176 of 214 ~ 82.24%
G 7 of 214 ~ 3.27%
B 31 of 214 ~ 14.49'%

%82.24
%14.49

CMYK color model

#B0071F color CMYK value is (0,96,82,31).

  • cyan value is 0.00%
  • magenta value is 96.02%
  • yellow value is 82.39%
  • key color value is 30.98%

CMYK: (0,96,82,31)
C0M96Y82K31 (0%, 96%, 82%, 31%)
(0.00 / 0.96 / 0.82 / 0.31)

CMYK percentages

%0
%96.02
%82.39
%30.98

Codes

Color #B0071F in popluar color models

B0 07 1F
RGB 176 7 31
HSL 351° 92.35% 35.88%
HSB/HSV 351° 96.02% 69.02%
CMYK 0.00% 96.02% 82.39%
30.98%

Color #B0071F in popluar number systems.

HEX B0 07 1F
Decimal 176 7 31
Binary 10110000 111 11111
Octal 260 7 37

Shades and tints

Shades of #B0071F

#B0071F
(176,7,31)
#A0071D
(160,7,29)
#90071B
(144,7,27)
#800719
(128,7,25)
#700717
(112,7,23)
#600715
(96,7,21)
#500713
(80,7,19)
#400711
(64,7,17)
#30070F
(48,7,15)
#20070D
(32,7,13)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #B0071F

#B0071F
(176,7,31)
#B71D33
(183,29,51)
#BE3347
(190,51,71)
#C5495B
(197,73,91)
#CC5F6F
(204,95,111)
#D37583
(211,117,131)
#DA8B97
(218,139,151)
#E1A1AB
(225,161,171)
#E8B7BF
(232,183,191)
#EFCDD3
(239,205,211)
#F6E3E7
(246,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0071F color. Also use rgb(176,7,31) instead hex code.

Text Font Color

.myTextColor { color: #B0071F; }

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

This text font color is #B0071F.

Background Color

.myBgColor { background-color: #B0071F; }

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

This div background color is #B0071F.

Border color

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

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

This div border color is #B0071F.

Opacity

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

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

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

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

This text has shadow with #B0071F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0071F.

Preview

Color preview on black background

This text has color #B0071F on black background.


Color preview on white background

This text has color #B0071F on white background.


Black color preview on #B0071F background

This text has black color on #B0071F background.


White color preview on #B0071F background

This text has white color on #B0071F background.


Related colors

Complementary color

Complementary color for #hex is #4FF8E0.


I love getcolorcode.com

Triadic colors

1 #1FB007 and #071FB0 with #B0071F are triadic colors.

2 #1F07B0 and #07B01F with #B0071F are triadic colors.