#A01205

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

Shades of Dark Red #A01205

Tints of Dark Red #A01205

Color information

#A01205 (or 0xA01205) is unknown color: approx Dark Red. HEX triplet: A0, 12 and 05. RGB value is (160,18,5). Sum of RGB (Red+Green+Blue) = 160+18+5=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A01205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01205 is #5FEDFA. Grayscale: #3B3B3B. Windows color (decimal): -6286843 or 332448. OLE color: 332448.

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

Color convert

RGB160185-
CMYK00.890.970.37
HSL5.03º93.94%32.35%-
HSV(B)5.03º96.88%62.75%-
XYZ14.747.920.89-
YUV58.9897.54200.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.43%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=87.43%
G=9.84%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16018500.890.970.375.0393.9432.35
HexA0125059612555e20
Octal240225013114145513640
Binary10100000100101010101100111000011001011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01205; }

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

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

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

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

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

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

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

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