#A50200

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

Shades of Dark Red #A50200

Tints of Dark Red #A50200

Color information

#A50200 (or 0xA50200) is unknown color: approx Dark Red. HEX triplet: A5, 02 and 00. RGB value is (165,2,0). Sum of RGB (Red+Green+Blue) = 165+2+0=167 (22% of max value = 765). Red value is 165 (64.84% from 255 or 98.80% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 165 - color contains mainly: red. Hex color #A50200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50200 is #5AFDFF. Grayscale: #323232. Windows color (decimal): -5963264 or 677. OLE color: 677.

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

Color convert

RGB16520-
CMYK00.9910.35
HSL0.73º100%32.35%-
HSV(B)0.73º100%64.71%-
XYZ15.548.040.73-
YUV50.5199.5209.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% 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.35
SystemRedGreenBlueCMYKHSL
Decimal1652000.9910.350.7310032.35
HexA520063642316420
Octal24520014314443114440
Binary1010010110001100011110010010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50200; }

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

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

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

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

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

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

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

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