#A20902

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

Shades of Dark Red #A20902

Tints of Dark Red #A20902

Color information

#A20902 (or 0xA20902) is unknown color: approx Dark Red. HEX triplet: A2, 09 and 02. RGB value is (162,9,2). Sum of RGB (Red+Green+Blue) = 162+9+2=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20902 is #5DF6FD. Grayscale: #363636. Windows color (decimal): -6158078 or 133538. OLE color: 133538.

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

Color convert

RGB16292-
CMYK00.940.990.36
HSL2.62º97.56%32.16%-
HSV(B)2.62º98.77%63.53%-
XYZ15.017.880.79-
YUV53.9598.69205.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.64%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=93.64%
G=5.20%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629200.940.990.362.6297.5632.16
HexA29205E632436220
Octal242112013614344314240
Binary10100010100110010111101100011100100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20902; }

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

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

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

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

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

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

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

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