#A01102

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

Shades of Dark Red #A01102

Tints of Dark Red #A01102

Color information

#A01102 (or 0xA01102) is unknown color: approx Dark Red. HEX triplet: A0, 11 and 02. RGB value is (160,17,2). Sum of RGB (Red+Green+Blue) = 160+17+2=179 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.39% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 160 - color contains mainly: red. Hex color #A01102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01102 is #5FEEFD. Grayscale: #3A3A3A. Windows color (decimal): -6287102 or 135584. OLE color: 135584.

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

Color convert

RGB160172-
CMYK00.890.990.37
HSL5.7º97.53%31.76%-
HSV(B)5.7º98.75%62.75%-
XYZ14.717.880.8-
YUV58.0596.38200.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 89.39%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=89.39%
G=9.50%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16017200.890.990.375.797.5331.76
HexA0112059632566220
Octal240212013114345614240
Binary1010000010001100101100111000111001011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01102; }

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

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

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

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

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

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

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

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