#560509

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

Shades of Rustic Red #560509

Tints of Rustic Red #560509

Color information

#560509 (or 0x560509) is unknown color: approx Rustic Red. HEX triplet: 56, 05 and 09. RGB value is (86,5,9). Sum of RGB (Red+Green+Blue) = 86+5+9=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #560509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560509 is #A9FAF6. Grayscale: #1D1D1D. Windows color (decimal): -11139831 or 591190. OLE color: 591190.

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

Color convert

RGB8659-
CMYK00.940.900.66
HSL357.04º89.01%17.84%-
HSV(B)357.04º94.19%33.73%-
XYZ3.942.110.46-
YUV29.67116.34168.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 9 (3.91% from 255) = 9%
R=86%
G=5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal865900.940.900.66357.0489.0117.84
Hex565905E5A421655912
Octal126511013613210254513122
Binary101011010110010101111010110101000010101100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560509; }

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

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

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

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

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

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

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

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