#A20903

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

Shades of Dark Red #A20903

Tints of Dark Red #A20903

Color information

#A20903 (or 0xA20903) is unknown color: approx Dark Red. HEX triplet: A2, 09 and 03. RGB value is (162,9,3). Sum of RGB (Red+Green+Blue) = 162+9+3=174 (23% of max value = 765). Red value is 162 (63.67% from 255 or 93.10% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 162 - color contains mainly: red. Hex color #A20903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20903 is #5DF6FC. Grayscale: #363636. Windows color (decimal): -6158077 or 199074. OLE color: 199074.

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

Color convert

RGB16293-
CMYK00.940.980.36
HSL2.26º96.36%32.35%-
HSV(B)2.26º98.15%63.53%-
XYZ15.017.880.82-
YUV54.0699.19204.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.10%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 3 (1.56% from 255) = 1.72%
R=93.10%
G=5.17%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629300.940.980.362.2696.3632.35
HexA29305E622426020
Octal242113013614244214040
Binary10100010100111010111101100010100100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20903; }

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

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

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

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

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

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

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

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