#A20300

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

Shades of Dark Red #A20300

Tints of Dark Red #A20300

Color information

#A20300 (or 0xA20300) is unknown color: approx Dark Red. HEX triplet: A2, 03 and 00. RGB value is (162,3,0). Sum of RGB (Red+Green+Blue) = 162+3+0=165 (21% of max value = 765). Red value is 162 (63.67% from 255 or 98.18% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 162 - color contains mainly: red. Hex color #A20300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20300 is #5DFCFF. Grayscale: #323232. Windows color (decimal): -6159616 or 930. OLE color: 930.

HSL color Cylindrical-coordinate representation of color #A20300: hue angle of 1.11º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB16230-
CMYK00.9810.36
HSL1.11º100%31.76%-
HSV(B)1.11º100%63.53%-
XYZ14.937.750.71-
YUV50.299.68207.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 98.18%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.18%
G=1.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623000.9810.361.1110031.76
HexA230062642416420
Octal24230014214444114440
Binary1010001011001100010110010010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20300; }

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

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

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

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

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

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

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

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