#A20803

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

Shades of Dark Red #A20803

Tints of Dark Red #A20803

Color information

#A20803 (or 0xA20803) is unknown color: approx Dark Red. HEX triplet: A2, 08 and 03. RGB value is (162,8,3). Sum of RGB (Red+Green+Blue) = 162+8+3=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20803 is #5DF7FC. Grayscale: #353535. Windows color (decimal): -6158333 or 198818. OLE color: 198818.

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

Color convert

RGB16283-
CMYK00.950.980.36
HSL1.89º96.36%32.35%-
HSV(B)1.89º98.15%63.53%-
XYZ157.860.81-
YUV53.4899.52205.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.64%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=93.64%
G=4.62%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628300.950.980.361.8996.3632.35
HexA28305F622426020
Octal242103013714244214040
Binary10100010100011010111111100010100100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20803; }

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

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

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

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

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

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

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

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