#A21006

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

Shades of Dark Red #A21006

Tints of Dark Red #A21006

Color information

#A21006 (or 0xA21006) is unknown color: approx Dark Red. HEX triplet: A2, 10 and 06. RGB value is (162,16,6). Sum of RGB (Red+Green+Blue) = 162+16+6=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A21006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21006 is #5DEFF9. Grayscale: #3A3A3A. Windows color (decimal): -6156282 or 397474. OLE color: 397474.

HSL color Cylindrical-coordinate representation of color #A21006: hue angle of 3.85º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A21006 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB162166-
CMYK00.900.960.36
HSL3.85º92.86%32.94%-
HSV(B)3.85º96.3%63.53%-
XYZ15.128.070.93-
YUV58.5198.37201.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 88.04%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=88.04%
G=8.70%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216600.900.960.363.8592.8632.94
HexA210605A602445d21
Octal242206013214044413541
Binary10100010100001100101101011000001001001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21006; }

 p { color: rgb(162,16,6); }

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

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

 a { background-color: rgb(162,16,6); }

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

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

 span { border-color: rgb(162,16,6); }

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