#A01006

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

Shades of Dark Red #A01006

Tints of Dark Red #A01006

Color information

#A01006 (or 0xA01006) is unknown color: approx Dark Red. HEX triplet: A0, 10 and 06. RGB value is (160,16,6). Sum of RGB (Red+Green+Blue) = 160+16+6=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A01006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01006 is #5FEFF9. Grayscale: #3A3A3A. Windows color (decimal): -6287354 or 397472. OLE color: 397472.

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

Color convert

RGB160166-
CMYK00.90.960.37
HSL3.9º92.77%32.55%-
HSV(B)3.9º96.25%62.75%-
XYZ14.727.860.91-
YUV57.9298.71200.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.91%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=87.91%
G=8.79%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16016600.90.960.373.992.7732.55
HexA010605A602545d21
Octal240206013214045413541
Binary10100000100001100101101011000001001011001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01006; }

 p { color: rgb(160,16,6); }

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

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

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

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

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

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

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