#A50600

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

Shades of Dark Red #A50600

Tints of Dark Red #A50600

Color information

#A50600 (or 0xA50600) is unknown color: approx Dark Red. HEX triplet: A5, 06 and 00. RGB value is (165,6,0). Sum of RGB (Red+Green+Blue) = 165+6+0=171 (22% of max value = 765). Red value is 165 (64.84% from 255 or 96.49% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 165 - color contains mainly: red. Hex color #A50600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50600 is #5AF9FF. Grayscale: #353535. Windows color (decimal): -5962240 or 1701. OLE color: 1701.

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

Color convert

RGB16560-
CMYK00.9610.35
HSL2.18º100%32.35%-
HSV(B)2.18º100%64.71%-
XYZ15.588.130.75-
YUV52.8698.18207.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 96.49%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.49%
G=3.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656000.9610.352.1810032.35
HexA560060642326420
Octal24560014014443214440
Binary101001011100011000001100100100011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50600; }

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

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

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

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

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

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

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

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