Shades of Rustic Red #560608
Tints of Rustic Red #560608
RGB
CMYK
RGB Variations
Color information
#560608 (or 0x560608) is known color: Rustic Red. HEX triplet: 56, 06 and 08. RGB value is (86,6,8). Sum of RGB (Red+Green+Blue) = 86+6+8=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #560608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560608 is #A9F9F7. Grayscale: #1E1E1E. Windows color (decimal): -11139576 or 525910. OLE color: 525910.
HSL color Cylindrical-coordinate representation of color #560608: hue angle of 358.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560608 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 6 | 8 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.66 |
| HSL | 358.5º | 0.87% | 0.18% | - |
| HSV(B) | 358.5º | 0.93% | 0.34% | - |
| XYZ | 3.95 | 2.13 | 0.43 | - |
| YUV | 30.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 8 | 0 | 0.93 | 0.91 | 0.66 | 358.5 | 0.87 | 0.18 |
| Hex | 56 | 6 | 8 | 0 | 5D | 5B | 42 | 166 | 57 | 12 |
| Octal | 126 | 6 | 10 | 0 | 135 | 133 | 102 | 546 | 127 | 22 |
| Binary | 1010110 | 110 | 1000 | 0 | 1011101 | 1011011 | 1000010 | 101100110 | 1010111 | 10010 |
Color Harmonies of #560608
Complementary color
Monochromatic Colors of #560608
Black with #560608
Text Example
Text Example
White with #560608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560608; }
p { color: rgb(86,6,8); }
H1.HeaderClassName
{
color: #560608;
}
.AnyTagClassName
{
color: #560608;
}
</style>
background-color css
<style>
a { background-color: #560608; }
a { background-color: rgb(86,6,8); }
div.DivClassName
{
background-color: #560608;
}
.BgClassName
{
background-color: #560608;
}
</style>
border-color css
<style>
span { border-color: #560608; }
span { border-color: rgb(86,6,8); }
td.TdClassName
{
border-color: #560608;
}
.TagClassName
{
border-color: #560608;
}
</style>