#A00808

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

Shades of Dark Red #A00808

Tints of Dark Red #A00808

Color information

#A00808 (or 0xA00808) is unknown color: approx Dark Red. HEX triplet: A0, 08 and 08. RGB value is (160,8,8). Sum of RGB (Red+Green+Blue) = 160+8+8=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A00808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00808 is #5FF7F7. Grayscale: #353535. Windows color (decimal): -6289400 or 526496. OLE color: 526496.

HSL color Cylindrical-coordinate representation of color #A00808: hue angle of 0º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00808 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB16088-
CMYK00.950.950.37
HSL90.48%32.94%-
HSV(B)95%62.75%-
XYZ14.637.660.94-
YUV53.45102.36204-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 90.91%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=90.91%
G=4.55%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608800.950.950.37090.4832.94
HexA08805F5F2505a21
Octal2401010013713745013241
Binary101000001000100001011111101111110010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00808; }

 p { color: rgb(160,8,8); }

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

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

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

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

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

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

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