#A20A07

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

Shades of Dark Red #A20A07

Tints of Dark Red #A20A07

Color information

#A20A07 (or 0xA20A07) is unknown color: approx Dark Red. HEX triplet: A2, 0A and 07. RGB value is (162,10,7). Sum of RGB (Red+Green+Blue) = 162+10+7=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A07 is #5DF5F8. Grayscale: #373737. Windows color (decimal): -6157817 or 461474. OLE color: 461474.

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

Color convert

RGB162107-
CMYK00.940.960.36
HSL1.16º91.72%33.14%-
HSV(B)1.16º95.68%63.53%-
XYZ15.057.910.94-
YUV55.11100.86204.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 90.50%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 7 (3.12% from 255) = 3.91%
R=90.50%
G=5.59%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210700.940.960.361.1691.7233.14
HexA2A705E602415c21
Octal242127013614044113441
Binary10100010101011101011110110000010010011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A07; }

 p { color: rgb(162,10,7); }

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

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

 a { background-color: rgb(162,10,7); }

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

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

 span { border-color: rgb(162,10,7); }

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