#A00A01

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

Shades of Dark Red #A00A01

Tints of Dark Red #A00A01

Color information

#A00A01 (or 0xA00A01) is unknown color: approx Dark Red. HEX triplet: A0, 0A and 01. RGB value is (160,10,1). Sum of RGB (Red+Green+Blue) = 160+10+1=171 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.57% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A01 is #5FF5FE. Grayscale: #363636. Windows color (decimal): -6288895 or 68256. OLE color: 68256.

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

Color convert

RGB160101-
CMYK00.940.990.37
HSL3.4º98.76%31.57%-
HSV(B)3.4º99.37%62.75%-
XYZ14.617.690.74-
YUV53.8298.2203.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 93.57%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=93.57%
G=5.85%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010100.940.990.373.498.7631.57
HexA0A105E632536320
Octal240121013614345314340
Binary1010000010101010111101100011100101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00A01; }

 p { color: rgb(160,10,1); }

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

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

 a { background-color: rgb(160,10,1); }

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

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

 span { border-color: rgb(160,10,1); }

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