#560309

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

Shades of Rustic Red #560309

Tints of Rustic Red #560309

Color information

#560309 (or 0x560309) is unknown color: approx Rustic Red. HEX triplet: 56, 03 and 09. RGB value is (86,3,9). Sum of RGB (Red+Green+Blue) = 86+3+9=98 (12% of max value = 765). Red value is 86 (33.98% from 255 or 87.76% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 86 - color contains mainly: red. Hex color #560309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560309 is #A9FCF6. Grayscale: #1C1C1C. Windows color (decimal): -11140343 or 590678. OLE color: 590678.

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

Color convert

RGB8639-
CMYK00.970.900.66
HSL355.66º93.26%17.45%-
HSV(B)355.66º96.51%33.73%-
XYZ3.922.060.45-
YUV28.5117169.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 87.76%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=87.76%
G=3.06%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal863900.970.900.66355.6693.2617.45
Hex56390615A421645d11
Octal126311014113210254413521
Binary10101101110010110000110110101000010101100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560309; }

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

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

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

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

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

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

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

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