#A01202

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

Shades of Dark Red #A01202

Tints of Dark Red #A01202

Color information

#A01202 (or 0xA01202) is unknown color: approx Dark Red. HEX triplet: A0, 12 and 02. RGB value is (160,18,2). Sum of RGB (Red+Green+Blue) = 160+18+2=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A01202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01202 is #5FEDFD. Grayscale: #3A3A3A. Windows color (decimal): -6286846 or 135840. OLE color: 135840.

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

Color convert

RGB160182-
CMYK00.890.990.37
HSL6.08º97.53%31.76%-
HSV(B)6.08º98.75%62.75%-
XYZ14.727.910.81-
YUV58.6396.04200.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 88.89%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=88.89%
G=10%
B=1.11%

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
Decimal16018200.890.990.376.0897.5331.76
HexA0122059632566220
Octal240222013114345614240
Binary1010000010010100101100111000111001011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01202; }

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

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

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

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

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

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

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

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