#A20802

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

Shades of Dark Red #A20802

Tints of Dark Red #A20802

Color information

#A20802 (or 0xA20802) is unknown color: approx Dark Red. HEX triplet: A2, 08 and 02. RGB value is (162,8,2). Sum of RGB (Red+Green+Blue) = 162+8+2=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20802 is #5DF7FD. Grayscale: #353535. Windows color (decimal): -6158334 or 133282. OLE color: 133282.

HSL color Cylindrical-coordinate representation of color #A20802: hue angle of 2.25º 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 #A20802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB16282-
CMYK00.950.990.36
HSL2.25º97.56%32.16%-
HSV(B)2.25º98.77%63.53%-
XYZ157.860.78-
YUV53.3699.02205.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.19%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=94.19%
G=4.65%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628200.950.990.362.2597.5632.16
HexA28205F632426220
Octal242102013714344214240
Binary10100010100010010111111100011100100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20802; }

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

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

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

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

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

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

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

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