#A20501

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

Shades of Dark Red #A20501

Tints of Dark Red #A20501

Color information

#A20501 (or 0xA20501) is unknown color: approx Dark Red. HEX triplet: A2, 05 and 01. RGB value is (162,5,1). Sum of RGB (Red+Green+Blue) = 162+5+1=168 (22% of max value = 765). Red value is 162 (63.67% from 255 or 96.43% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 162 - color contains mainly: red. Hex color #A20501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20501 is #5DFAFE. Grayscale: #333333. Windows color (decimal): -6159103 or 66978. OLE color: 66978.

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

Color convert

RGB16251-
CMYK00.970.990.36
HSL1.49º98.77%31.96%-
HSV(B)1.49º99.38%63.53%-
XYZ14.967.790.74-
YUV51.4999.51206.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 96.43%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=96.43%
G=2.98%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625100.970.990.361.4998.7731.96
HexA251061632416320
Octal24251014114344114340
Binary10100010101101100001110001110010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20501; }

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

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

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

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

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

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

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

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