Shades of Rustic Red #560607
Tints of Rustic Red #560607
RGB
CMYK
RGB Variations
Color information
#560607 (or 0x560607) is known color: Rustic Red. HEX triplet: 56, 06 and 07. RGB value is (86,6,7). Sum of RGB (Red+Green+Blue) = 86+6+7=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #560607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560607 is #A9F9F8. Grayscale: #1E1E1E. Windows color (decimal): -11139577 or 460374. OLE color: 460374.
HSL color Cylindrical-coordinate representation of color #560607: hue angle of 359.25º 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 #560607 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 6 | 7 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.66 |
| HSL | 359.25º | 0.87% | 0.18% | - |
| HSV(B) | 359.25º | 0.93% | 0.34% | - |
| XYZ | 3.94 | 2.12 | 0.4 | - |
| YUV | 30.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 7 | 0 | 0.93 | 0.92 | 0.66 | 359.25 | 0.87 | 0.18 |
| Hex | 56 | 6 | 7 | 0 | 5D | 5C | 42 | 167 | 57 | 12 |
| Octal | 126 | 6 | 7 | 0 | 135 | 134 | 102 | 547 | 127 | 22 |
| Binary | 1010110 | 110 | 111 | 0 | 1011101 | 1011100 | 1000010 | 101100111 | 1010111 | 10010 |
Color Harmonies of #560607
Complementary color
Monochromatic Colors of #560607
Black with #560607
Text Example
Text Example
White with #560607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560607; }
p { color: rgb(86,6,7); }
H1.HeaderClassName
{
color: #560607;
}
.AnyTagClassName
{
color: #560607;
}
</style>
background-color css
<style>
a { background-color: #560607; }
a { background-color: rgb(86,6,7); }
div.DivClassName
{
background-color: #560607;
}
.BgClassName
{
background-color: #560607;
}
</style>
border-color css
<style>
span { border-color: #560607; }
span { border-color: rgb(86,6,7); }
td.TdClassName
{
border-color: #560607;
}
.TagClassName
{
border-color: #560607;
}
</style>