Shades of Rustic Red #560508
Tints of Rustic Red #560508
RGB
CMYK
RGB Variations
Color information
#560508 (or 0x560508) is known color: Rustic Red. HEX triplet: 56, 05 and 08. RGB value is (86,5,8). Sum of RGB (Red+Green+Blue) = 86+5+8=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #560508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560508 is #A9FAF7. Grayscale: #1D1D1D. Windows color (decimal): -11139832 or 525654. OLE color: 525654.
HSL color Cylindrical-coordinate representation of color #560508: hue angle of 357.78º 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 #560508 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.66 |
| HSL | 357.78º | 0.89% | 0.18% | - |
| HSV(B) | 357.78º | 0.94% | 0.34% | - |
| XYZ | 3.94 | 2.1 | 0.43 | - |
| YUV | 29.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 8 | 0 | 0.94 | 0.91 | 0.66 | 357.78 | 0.89 | 0.18 |
| Hex | 56 | 5 | 8 | 0 | 5E | 5B | 42 | 166 | 59 | 12 |
| Octal | 126 | 5 | 10 | 0 | 136 | 133 | 102 | 546 | 131 | 22 |
| Binary | 1010110 | 101 | 1000 | 0 | 1011110 | 1011011 | 1000010 | 101100110 | 1011001 | 10010 |
Color Harmonies of #560508
Complementary color
Monochromatic Colors of #560508
Black with #560508
Text Example
Text Example
White with #560508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560508; }
p { color: rgb(86,5,8); }
H1.HeaderClassName
{
color: #560508;
}
.AnyTagClassName
{
color: #560508;
}
</style>
background-color css
<style>
a { background-color: #560508; }
a { background-color: rgb(86,5,8); }
div.DivClassName
{
background-color: #560508;
}
.BgClassName
{
background-color: #560508;
}
</style>
border-color css
<style>
span { border-color: #560508; }
span { border-color: rgb(86,5,8); }
td.TdClassName
{
border-color: #560508;
}
.TagClassName
{
border-color: #560508;
}
</style>