COLOR #B02817

HEX: #B02817
RGB: (176,40,23)

Color info

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

RGB color model

#B02817 color RGB value is (176,40,23).

  • red value is 176;
  • green value is 40;
  • blue value is 23.
RGB:
(176,40,23)
(69%,16%,9%)

RGB channels and saturation

R 176 of 255 = 69%
G 40 of 255 = 16%
B 23 of 255 = 9%

176
40
23

R + G + B ~ 31%. #B02817 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 40 + 23 = 239 (100%)
R 176 of 239 ~ 73.64%
G 40 of 239 ~ 16.74%
B 23 of 239 ~ 9.62%

%73.64
%16.74
%9.62

CMYK color model

#B02817 color CMYK value is (0,77,87,31).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 86.93%
  • key color value is 30.98%
CMYK:
(0,77,87,31)
C0M77Y87K31 
(0%,77%,87%,31%)
(0.00/0.77/0.87/0.31)	

CMYK percentages

%0
%77.27
%86.93
%30.98

Codes

Color #B02817 in popluar color models

B02817
RGB1764023
HSL76.88%39.02%
HSB/HSV86.93%69.02%
CMYK0.00%77.27%86.93%
30.98%

Color #B02817 in popluar number systems.

HEXB02817
Decimal1764023
Binary1011000010100010111
Octal2605027

Shades and tints

Shades of #B02817

#B02817
(176,40,23)
#A02515
(160,37,21)
#902213
(144,34,19)
#801F11
(128,31,17)
#701C0F
(112,28,15)
#60190D
(96,25,13)
#50160B
(80,22,11)
#401309
(64,19,9)
#301007
(48,16,7)
#200D05
(32,13,5)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #B02817

#B02817
(176,40,23)
#B73B2C
(183,59,44)
#BE4E41
(190,78,65)
#C56156
(197,97,86)
#CC746B
(204,116,107)
#D38780
(211,135,128)
#DA9A95
(218,154,149)
#E1ADAA
(225,173,170)
#E8C0BF
(232,192,191)
#EFD3D4
(239,211,212)
#F6E6E9
(246,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02817 color. Also use rgb(176,40,23) instead hex code.

Text Font Color

.myTextColor { color: #B02817; }

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

This text font color is #B02817.


Background Color

.myBgColor { background-color: #B02817; }

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

This div background color is #B02817.


Border color

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

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

This div border color is #B02817.


Opacity

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

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

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

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

This text has shadow with #B02817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02817 on black background.


Color preview on white background

This text has color #B02817 on white background.



Black color preview on #B02817 background

This text has black color on #B02817 background.


White color preview on #B02817 background

This text has white color on #B02817 background.