#A21003

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

Shades of Dark Red #A21003

Tints of Dark Red #A21003

Color information

#A21003 (or 0xA21003) is unknown color: approx Dark Red. HEX triplet: A2, 10 and 03. RGB value is (162,16,3). Sum of RGB (Red+Green+Blue) = 162+16+3=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A21003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21003 is #5DEFFC. Grayscale: #3A3A3A. Windows color (decimal): -6156285 or 200866. OLE color: 200866.

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

Color convert

RGB162163-
CMYK00.900.980.36
HSL4.91º96.36%32.35%-
HSV(B)4.91º98.15%63.53%-
XYZ15.18.060.85-
YUV58.1796.87202.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 89.50%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=89.50%
G=8.84%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216300.900.980.364.9196.3632.35
HexA210305A622456020
Octal242203013214244514040
Binary1010001010000110101101011000101001001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21003; }

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

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

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

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

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

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

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

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