#A40200

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

Shades of Dark Red #A40200

Tints of Dark Red #A40200

Color information

#A40200 (or 0xA40200) is unknown color: approx Dark Red. HEX triplet: A4, 02 and 00. RGB value is (164,2,0). Sum of RGB (Red+Green+Blue) = 164+2+0=166 (21% of max value = 765). Red value is 164 (64.45% from 255 or 98.80% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 164 - color contains mainly: red. Hex color #A40200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40200 is #5BFDFF. Grayscale: #323232. Windows color (decimal): -6028800 or 676. OLE color: 676.

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

Color convert

RGB16420-
CMYK00.9910.36
HSL0.73º100%32.16%-
HSV(B)0.73º100%64.31%-
XYZ15.337.940.72-
YUV50.2199.67209.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 98.80%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.80%
G=1.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642000.9910.360.7310032.16
HexA420063642416420
Octal24420014314444114440
Binary1010010010001100011110010010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40200; }

 p { color: rgb(164,2,0); }

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

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

 a { background-color: rgb(164,2,0); }

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

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

 span { border-color: rgb(164,2,0); }

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