#A20703

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

Shades of Dark Red #A20703

Tints of Dark Red #A20703

Color information

#A20703 (or 0xA20703) is unknown color: approx Dark Red. HEX triplet: A2, 07 and 03. RGB value is (162,7,3). Sum of RGB (Red+Green+Blue) = 162+7+3=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20703 is #5DF8FC. Grayscale: #353535. Windows color (decimal): -6158589 or 198562. OLE color: 198562.

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

Color convert

RGB16273-
CMYK00.960.980.36
HSL1.51º96.36%32.35%-
HSV(B)1.51º98.15%63.53%-
XYZ14.997.840.81-
YUV52.8999.85205.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 94.19%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=94.19%
G=4.07%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627300.960.980.361.5196.3632.35
HexA273060622426020
Octal24273014014244214040
Binary1010001011111011000001100010100100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20703; }

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

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

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

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

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

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

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

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