Shades of Rustic Red #560506
Tints of Rustic Red #560506
RGB
CMYK
RGB Variations
Color information
#560506 (or 0x560506) is known color: Rustic Red. HEX triplet: 56, 05 and 06. RGB value is (86,5,6). Sum of RGB (Red+Green+Blue) = 86+5+6=97 (12% of max value = 765). Red value is 86 (33.98% from 255 or 88.66% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 86 - color contains mainly: red. Hex color #560506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560506 is #A9FAF9. Grayscale: #1D1D1D. Windows color (decimal): -11139834 or 394582. OLE color: 394582.
HSL color Cylindrical-coordinate representation of color #560506: hue angle of 359.26º 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 #560506 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 6 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.66 |
| HSL | 359.26º | 0.89% | 0.18% | - |
| HSV(B) | 359.26º | 0.94% | 0.34% | - |
| XYZ | 3.92 | 2.1 | 0.37 | - |
| YUV | 29.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 6 | 0 | 0.94 | 0.93 | 0.66 | 359.26 | 0.89 | 0.18 |
| Hex | 56 | 5 | 6 | 0 | 5E | 5D | 42 | 167 | 59 | 12 |
| Octal | 126 | 5 | 6 | 0 | 136 | 135 | 102 | 547 | 131 | 22 |
| Binary | 1010110 | 101 | 110 | 0 | 1011110 | 1011101 | 1000010 | 101100111 | 1011001 | 10010 |
Color Harmonies of #560506
Complementary color
Monochromatic Colors of #560506
Black with #560506
Text Example
Text Example
White with #560506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560506; }
p { color: rgb(86,5,6); }
H1.HeaderClassName
{
color: #560506;
}
.AnyTagClassName
{
color: #560506;
}
</style>
background-color css
<style>
a { background-color: #560506; }
a { background-color: rgb(86,5,6); }
div.DivClassName
{
background-color: #560506;
}
.BgClassName
{
background-color: #560506;
}
</style>
border-color css
<style>
span { border-color: #560506; }
span { border-color: rgb(86,5,6); }
td.TdClassName
{
border-color: #560506;
}
.TagClassName
{
border-color: #560506;
}
</style>