#560409

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

Shades of Rustic Red #560409

Tints of Rustic Red #560409

Color information

#560409 (or 0x560409) is unknown color: approx Rustic Red. HEX triplet: 56, 04 and 09. RGB value is (86,4,9). Sum of RGB (Red+Green+Blue) = 86+4+9=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #560409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560409 is #A9FBF6. Grayscale: #1D1D1D. Windows color (decimal): -11140087 or 590934. OLE color: 590934.

HSL color Cylindrical-coordinate representation of color #560409: hue angle of 356.34º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560409 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB8649-
CMYK00.950.900.66
HSL356.34º91.11%17.65%-
HSV(B)356.34º95.35%33.73%-
XYZ3.932.080.45-
YUV29.09116.67168.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86.87%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=86.87%
G=4.04%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal864900.950.900.66356.3491.1117.65
Hex564905F5A421645b12
Octal126411013713210254413322
Binary101011010010010101111110110101000010101100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560409; }

 p { color: rgb(86,4,9); }

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

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

 a { background-color: rgb(86,4,9); }

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

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

 span { border-color: rgb(86,4,9); }

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