#A21803

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

Shades of Dark Red #A21803

Tints of Dark Red #A21803

Color information

#A21803 (or 0xA21803) is unknown color: approx Dark Red. HEX triplet: A2, 18 and 03. RGB value is (162,24,3). Sum of RGB (Red+Green+Blue) = 162+24+3=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A21803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21803 is #5DE7FC. Grayscale: #3F3F3F. Windows color (decimal): -6154237 or 202914. OLE color: 202914.

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

Color convert

RGB162243-
CMYK00.850.980.36
HSL7.92º96.36%32.35%-
HSV(B)7.92º98.15%63.53%-
XYZ15.248.340.89-
YUV62.8794.22198.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=85.71%
G=12.70%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16224300.850.980.367.9296.3632.35
HexA2183055622486020
Octal2423030125142441014040
Binary10100010110001101010101110001010010010001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21803; }

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

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

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

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

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

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

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

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