#A20901

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

Shades of Dark Red #A20901

Tints of Dark Red #A20901

Color information

#A20901 (or 0xA20901) is unknown color: approx Dark Red. HEX triplet: A2, 09 and 01. RGB value is (162,9,1). Sum of RGB (Red+Green+Blue) = 162+9+1=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20901 is #5DF6FE. Grayscale: #363636. Windows color (decimal): -6158079 or 68002. OLE color: 68002.

HSL color Cylindrical-coordinate representation of color #A20901: hue angle of 2.98º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20901 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB16291-
CMYK00.940.990.36
HSL2.98º98.77%31.96%-
HSV(B)2.98º99.38%63.53%-
XYZ157.880.76-
YUV53.8398.19205.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.19%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=94.19%
G=5.23%
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.36
SystemRedGreenBlueCMYKHSL
Decimal1629100.940.990.362.9898.7731.96
HexA29105E632436320
Octal242111013614344314340
Binary1010001010011010111101100011100100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20901; }

 p { color: rgb(162,9,1); }

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

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

 a { background-color: rgb(162,9,1); }

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

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

 span { border-color: rgb(162,9,1); }

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