#A51200

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

Shades of Dark Red #A51200

Tints of Dark Red #A51200

Color information

#A51200 (or 0xA51200) is unknown color: approx Dark Red. HEX triplet: A5, 12 and 00. RGB value is (165,18,0). Sum of RGB (Red+Green+Blue) = 165+18+0=183 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.16% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 165 - color contains mainly: red. Hex color #A51200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51200 is #5AEDFF. Grayscale: #3C3C3C. Windows color (decimal): -5959168 or 4773. OLE color: 4773.

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

Color convert

RGB165180-
CMYK00.8910.35
HSL6.55º100%32.35%-
HSV(B)6.55º100%64.71%-
XYZ15.738.430.8-
YUV59.994.2202.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 90.16%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.16%
G=9.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16518000.8910.356.5510032.35
HexA5120059642376420
Octal245220013114443714440
Binary101001011001000101100111001001000111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51200; }

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

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

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

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

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

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

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

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