#A01106

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

Shades of Dark Red #A01106

Tints of Dark Red #A01106

Color information

#A01106 (or 0xA01106) is unknown color: approx Dark Red. HEX triplet: A0, 11 and 06. RGB value is (160,17,6). Sum of RGB (Red+Green+Blue) = 160+17+6=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A01106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01106 is #5FEEF9. Grayscale: #3A3A3A. Windows color (decimal): -6287098 or 397728. OLE color: 397728.

HSL color Cylindrical-coordinate representation of color #A01106: hue angle of 4.29º 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 #A01106 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB160176-
CMYK00.890.960.37
HSL4.29º92.77%32.55%-
HSV(B)4.29º96.25%62.75%-
XYZ14.737.890.92-
YUV58.598.38200.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.43%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=87.43%
G=9.29%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16017600.890.960.374.2992.7732.55
HexA0116059602545d21
Octal240216013114045413541
Binary10100000100011100101100111000001001011001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01106; }

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

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

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

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

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

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

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

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