#A20200

Color #A20200 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A20200

Tints of Dark Red #A20200

Color information

#A20200 (or 0xA20200) is unknown color: approx Dark Red. HEX triplet: A2, 02 and 00. RGB value is (162,2,0). Sum of RGB (Red+Green+Blue) = 162+2+0=164 (21% of max value = 765). Red value is 162 (63.67% from 255 or 98.78% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 162 - color contains mainly: red. Hex color #A20200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20200 is #5DFDFF. Grayscale: #313131. Windows color (decimal): -6159872 or 674. OLE color: 674.

HSL color Cylindrical-coordinate representation of color #A20200: hue angle of 0.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB16220-
CMYK00.9910.36
HSL0.74º100%31.76%-
HSV(B)0.74º100%63.53%-
XYZ14.927.720.7-
YUV49.61100.01208.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 98.78%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.78%
G=1.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622000.9910.360.7410031.76
HexA220063642416420
Octal24220014314444114440
Binary1010001010001100011110010010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20200; }

 p { color: rgb(162,2,0); }

 H1.HeaderClassName
 {
   color: #A20200;
 }
 .AnyTagClassName
 {
   color: #A20200;
 }
</style>
background-color css

<style>
 a { background-color: #A20200; }

 a { background-color: rgb(162,2,0); }

 div.DivClassName
 {
   background-color: #A20200;
 }
 .BgClassName
 {
   background-color: #A20200;
 }
</style>
border-color css

<style>
 span { border-color: #A20200; }

 span { border-color: rgb(162,2,0); }

 td.TdClassName
 {
   border-color: #A20200;
 }
 .TagClassName
 {
   border-color: #A20200;
 }
</style>