#A20605

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

Shades of Dark Red #A20605

Tints of Dark Red #A20605

Color information

#A20605 (or 0xA20605) is unknown color: approx Dark Red. HEX triplet: A2, 06 and 05. RGB value is (162,6,5). Sum of RGB (Red+Green+Blue) = 162+6+5=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20605 is #5DF9FA. Grayscale: #343434. Windows color (decimal): -6158843 or 329378. OLE color: 329378.

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

Color convert

RGB16265-
CMYK00.960.970.36
HSL0.38º94.01%32.75%-
HSV(B)0.38º96.91%63.53%-
XYZ14.997.820.86-
YUV52.53101.18206.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.64%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=93.64%
G=3.47%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626500.960.970.360.3894.0132.75
HexA265060612405e21
Octal24265014014144013641
Binary1010001011010101100000110000110010001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20605; }

 p { color: rgb(162,6,5); }

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

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

 a { background-color: rgb(162,6,5); }

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

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

 span { border-color: rgb(162,6,5); }

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