#A21A01

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

Shades of Dark Red #A21A01

Tints of Dark Red #A21A01

Color information

#A21A01 (or 0xA21A01) is unknown color: approx Dark Red. HEX triplet: A2, 1A and 01. RGB value is (162,26,1). Sum of RGB (Red+Green+Blue) = 162+26+1=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A01 is #5DE5FE. Grayscale: #404040. Windows color (decimal): -6153727 or 72354. OLE color: 72354.

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

Color convert

RGB162261-
CMYK00.840.990.36
HSL9.32º98.77%31.96%-
HSV(B)9.32º99.38%63.53%-
XYZ15.288.420.85-
YUV63.8192.56198.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=85.71%
G=13.76%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16226100.840.990.369.3298.7731.96
HexA21A1054632496320
Octal2423210124143441114340
Binary1010001011010101010100110001110010010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A01; }

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

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

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

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

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

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

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

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