Shades of Rustic Red #560809
Tints of Rustic Red #560809
RGB
CMYK
RGB Variations
Color information
#560809 (or 0x560809) is known color: Rustic Red. HEX triplet: 56, 08 and 09. RGB value is (86,8,9). Sum of RGB (Red+Green+Blue) = 86+8+9=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #560809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560809 is #A9F7F6. Grayscale: #1F1F1F. Windows color (decimal): -11139063 or 591958. OLE color: 591958.
HSL color Cylindrical-coordinate representation of color #560809: hue angle of 359.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560809 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 9 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.66 |
| HSL | 359.23º | 0.83% | 0.18% | - |
| HSV(B) | 359.23º | 0.91% | 0.34% | - |
| XYZ | 3.97 | 2.17 | 0.47 | - |
| YUV | 31.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 9 | 0 | 0.91 | 0.90 | 0.66 | 359.23 | 0.83 | 0.18 |
| Hex | 56 | 8 | 9 | 0 | 5B | 5A | 42 | 167 | 53 | 12 |
| Octal | 126 | 10 | 11 | 0 | 133 | 132 | 102 | 547 | 123 | 22 |
| Binary | 1010110 | 1000 | 1001 | 0 | 1011011 | 1011010 | 1000010 | 101100111 | 1010011 | 10010 |
Color Harmonies of #560809
Complementary color
Monochromatic Colors of #560809
Black with #560809
Text Example
Text Example
White with #560809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560809; }
p { color: rgb(86,8,9); }
H1.HeaderClassName
{
color: #560809;
}
.AnyTagClassName
{
color: #560809;
}
</style>
background-color css
<style>
a { background-color: #560809; }
a { background-color: rgb(86,8,9); }
div.DivClassName
{
background-color: #560809;
}
.BgClassName
{
background-color: #560809;
}
</style>
border-color css
<style>
span { border-color: #560809; }
span { border-color: rgb(86,8,9); }
td.TdClassName
{
border-color: #560809;
}
.TagClassName
{
border-color: #560809;
}
</style>