COLOR #A20000

HEX: #A20000
RGB: (162,0,0)

Color info

#A20000 contains only red color. Web safe color of #A20000 is #990000 (or #900).

RGB color model

#A20000 color RGB value is (162,0,0).

  • red value is 162;
  • green value is 0;
  • blue value is 0.
RGB:
(162,0,0)
(64%,0%,0%)

RGB channels and saturation

R 162 of 255 = 64%
G 0 of 255 = 0%
B 0 of 255 = 0%

162
0
0

R + G + B ~ 21%. #A20000 is dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 0 + 0 = 162 (100%)
R 162 of 162 ~ 100%
G 0 of 162 ~ 0%
B 0 of 162 ~ 0%

%100

CMYK color model

#A20000 color CMYK value is (0,100,100,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 36.47%
CMYK:
(0,100,100,36)
C0M100Y100K36 
(0%,100%,100%,36%)
(0.00/1.00/1.00/0.36)	

CMYK percentages

%0
%100
%100
%36.47

Codes

Color #A20000 in popluar color models

A20000
RGB16200
HSL100.00%31.76%
HSB/HSV100.00%63.53%
CMYK0.00%100.00%100.00%
36.47%

Color #A20000 in popluar number systems.

HEXA20000
Decimal16200
Binary1010001000
Octal24200

Shades and tints

Shades of #A20000

#A20000
(162,0,0)
#940000
(148,0,0)
#860000
(134,0,0)
#780000
(120,0,0)
#6A0000
(106,0,0)
#5C0000
(92,0,0)
#4E0000
(78,0,0)
#400000
(64,0,0)
#320000
(50,0,0)
#240000
(36,0,0)
#160000
(22,0,0)
#000000
(0,0,0)

Tints of #A20000

#A20000
(162,0,0)
#AA1717
(170,23,23)
#B22E2E
(178,46,46)
#BA4545
(186,69,69)
#C25C5C
(194,92,92)
#CA7373
(202,115,115)
#D28A8A
(210,138,138)
#DAA1A1
(218,161,161)
#E2B8B8
(226,184,184)
#EACFCF
(234,207,207)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A20000 color. Also use rgb(162,0,0) instead hex code.

Text Font Color

.myTextColor { color: #A20000; }

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

This text font color is #A20000.


Background Color

.myBgColor { background-color: #A20000; }

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

This div background color is #A20000.


Border color

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

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

This div border color is #A20000.


Opacity

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

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

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

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

This text has shadow with #A20000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A20000 on black background.


Color preview on white background

This text has color #A20000 on white background.



Black color preview on #A20000 background

This text has black color on #A20000 background.


White color preview on #A20000 background

This text has white color on #A20000 background.