COLOR #B41802

HEX: #B41802
RGB: (180,24,2)

Color info

#B41802 contains mainly red color. Web safe color of #B41802 is #CC0000 (or #C00).

RGB color model

#B41802 color RGB value is (180,24,2).

  • red value is 180;
  • green value is 24;
  • blue value is 2.
RGB:
(180,24,2)
(71%,9%,1%)

RGB channels and saturation

R 180 of 255 = 71%
G 24 of 255 = 9%
B 2 of 255 = 1%

180
24
2

R + G + B ~ 27%. #B41802 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 24 + 2 = 206 (100%)
R 180 of 206 ~ 87.38%
G 24 of 206 ~ 11.65%
B 2 of 206 ~ 0.97%

%87.38
%11.65

CMYK color model

#B41802 color CMYK value is (0,87,99,29).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 98.89%
  • key color value is 29.41%
CMYK:
(0,87,99,29)
C0M87Y99K29 
(0%,87%,99%,29%)
(0.00/0.87/0.99/0.29)	

CMYK percentages

%0
%86.67
%98.89
%29.41

Codes

Color #B41802 in popluar color models

B41802
RGB180242
HSL97.80%35.69%
HSB/HSV98.89%70.59%
CMYK0.00%86.67%98.89%
29.41%

Color #B41802 in popluar number systems.

HEXB41802
Decimal180242
Binary101101001100010
Octal264302

Shades and tints

Shades of #B41802

#B41802
(180,24,2)
#A41602
(164,22,2)
#941402
(148,20,2)
#841202
(132,18,2)
#741002
(116,16,2)
#640E02
(100,14,2)
#540C02
(84,12,2)
#440A02
(68,10,2)
#340802
(52,8,2)
#240602
(36,6,2)
#140402
(20,4,2)
#000000
(0,0,0)

Tints of #B41802

#B41802
(180,24,2)
#BA2D19
(186,45,25)
#C04230
(192,66,48)
#C65747
(198,87,71)
#CC6C5E
(204,108,94)
#D28175
(210,129,117)
#D8968C
(216,150,140)
#DEABA3
(222,171,163)
#E4C0BA
(228,192,186)
#EAD5D1
(234,213,209)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B41802 color. Also use rgb(180,24,2) instead hex code.

Text Font Color

.myTextColor { color: #B41802; }

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

This text font color is #B41802.


Background Color

.myBgColor { background-color: #B41802; }

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

This div background color is #B41802.


Border color

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

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

This div border color is #B41802.


Opacity

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

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

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

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

This text has shadow with #B41802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B41802 on black background.


Color preview on white background

This text has color #B41802 on white background.



Black color preview on #B41802 background

This text has black color on #B41802 background.


White color preview on #B41802 background

This text has white color on #B41802 background.