#A21103

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

Shades of Dark Red #A21103

Tints of Dark Red #A21103

Color information

#A21103 (or 0xA21103) is unknown color: approx Dark Red. HEX triplet: A2, 11 and 03. RGB value is (162,17,3). Sum of RGB (Red+Green+Blue) = 162+17+3=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A21103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21103 is #5DEEFC. Grayscale: #3A3A3A. Windows color (decimal): -6156029 or 201122. OLE color: 201122.

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

Color convert

RGB162173-
CMYK00.900.980.36
HSL5.28º96.36%32.35%-
HSV(B)5.28º98.15%63.53%-
XYZ15.128.090.85-
YUV58.7696.54201.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 89.01%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=89.01%
G=9.34%
B=1.65%

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
Decimal16217300.900.980.365.2896.3632.35
HexA211305A622456020
Octal242213013214244514040
Binary1010001010001110101101011000101001001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21103; }

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

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

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

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

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

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

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

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