COLOR #B02D1D

HEX: #B02D1D
RGB: (176,45,29)

Color info

#B02D1D contains mainly red color. Web safe color of #B02D1D is #993333 (or #933).

RGB color model

#B02D1D color RGB value is (176,45,29).

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

RGB channels and saturation

R 176 of 255 = 69%
G 45 of 255 = 18%
B 29 of 255 = 11%

176
45
29

R + G + B ~ 33%. #B02D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 45 + 29 = 250 (100%)
R 176 of 250 ~ 70.4%
G 45 of 250 ~ 18%
B 29 of 250 ~ 11.6%

%70.4
%18
%11.6

CMYK color model

#B02D1D color CMYK value is (0,74,84,31).

  • cyan value is 0.00%
  • magenta value is 74.43%
  • yellow value is 83.52%
  • key color value is 30.98%
CMYK:
(0,74,84,31)
C0M74Y84K31 
(0%,74%,84%,31%)
(0.00/0.74/0.84/0.31)	

CMYK percentages

%0
%74.43
%83.52
%30.98

Codes

Color #B02D1D in popluar color models

B02D1D
RGB1764529
HSL71.71%40.20%
HSB/HSV83.52%69.02%
CMYK0.00%74.43%83.52%
30.98%

Color #B02D1D in popluar number systems.

HEXB02D1D
Decimal1764529
Binary1011000010110111101
Octal2605535

Shades and tints

Shades of #B02D1D

#B02D1D
(176,45,29)
#A0291B
(160,41,27)
#902519
(144,37,25)
#802117
(128,33,23)
#701D15
(112,29,21)
#601913
(96,25,19)
#501511
(80,21,17)
#40110F
(64,17,15)
#300D0D
(48,13,13)
#20090B
(32,9,11)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #B02D1D

#B02D1D
(176,45,29)
#B74031
(183,64,49)
#BE5345
(190,83,69)
#C56659
(197,102,89)
#CC796D
(204,121,109)
#D38C81
(211,140,129)
#DA9F95
(218,159,149)
#E1B2A9
(225,178,169)
#E8C5BD
(232,197,189)
#EFD8D1
(239,216,209)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02D1D color. Also use rgb(176,45,29) instead hex code.

Text Font Color

.myTextColor { color: #B02D1D; }

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

This text font color is #B02D1D.


Background Color

.myBgColor { background-color: #B02D1D; }

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

This div background color is #B02D1D.


Border color

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

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

This div border color is #B02D1D.


Opacity

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

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

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

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

This text has shadow with #B02D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02D1D on black background.


Color preview on white background

This text has color #B02D1D on white background.



Black color preview on #B02D1D background

This text has black color on #B02D1D background.


White color preview on #B02D1D background

This text has white color on #B02D1D background.