#A21D00

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

Shades of Dark Red #A21D00

Tints of Dark Red #A21D00

Color information

#A21D00 (or 0xA21D00) is unknown color: approx Dark Red. HEX triplet: A2, 1D and 00. RGB value is (162,29,0). Sum of RGB (Red+Green+Blue) = 162+29+0=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D00 is #5DE2FF. Grayscale: #414141. Windows color (decimal): -6152960 or 7586. OLE color: 7586.

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

Color convert

RGB162290-
CMYK00.8210.36
HSL10.74º100%31.76%-
HSV(B)10.74º100%63.53%-
XYZ15.348.560.84-
YUV65.4691.06196.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.82%
G=15.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16229000.8210.3610.7410031.76
HexA21D00526424b6420
Octal2423500122144441314440
Binary1010001011101001010010110010010010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D00; }

 p { color: rgb(162,29,0); }

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

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

 a { background-color: rgb(162,29,0); }

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

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

 span { border-color: rgb(162,29,0); }

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