#A21009

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

Shades of Dark Red #A21009

Tints of Dark Red #A21009

Color information

#A21009 (or 0xA21009) is unknown color: approx Dark Red. HEX triplet: A2, 10 and 09. RGB value is (162,16,9). Sum of RGB (Red+Green+Blue) = 162+16+9=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A21009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21009 is #5DEFF6. Grayscale: #3B3B3B. Windows color (decimal): -6156279 or 594082. OLE color: 594082.

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

Color convert

RGB162169-
CMYK00.900.940.36
HSL2.75º89.47%33.53%-
HSV(B)2.75º94.44%63.53%-
XYZ15.138.071.02-
YUV58.8699.87201.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 86.63%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=86.63%
G=8.56%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216900.900.940.362.7589.4733.53
HexA210905A5E2435922
Octal2422011013213644313142
Binary10100010100001001010110101011110100100111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21009; }

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

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

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

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

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

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

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

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