Shades of Rustic Red #560304
Tints of Rustic Red #560304
RGB
CMYK
RGB Variations
Color information
#560304 (or 0x560304) is known color: Rustic Red. HEX triplet: 56, 03 and 04. RGB value is (86,3,4). Sum of RGB (Red+Green+Blue) = 86+3+4=93 (12% of max value = 765). Red value is 86 (33.98% from 255 or 92.47% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 86 - color contains mainly: red. Hex color #560304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560304 is #A9FCFB. Grayscale: #1C1C1C. Windows color (decimal): -11140348 or 262998. OLE color: 262998.
HSL color Cylindrical-coordinate representation of color #560304: hue angle of 359.28º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560304 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 3 | 4 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.66 |
| HSL | 359.28º | 0.93% | 0.17% | - |
| HSV(B) | 359.28º | 0.97% | 0.34% | - |
| XYZ | 3.89 | 2.05 | 0.31 | - |
| YUV | 27.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 4 | 0 | 0.97 | 0.95 | 0.66 | 359.28 | 0.93 | 0.17 |
| Hex | 56 | 3 | 4 | 0 | 61 | 5F | 42 | 167 | 5D | 11 |
| Octal | 126 | 3 | 4 | 0 | 141 | 137 | 102 | 547 | 135 | 21 |
| Binary | 1010110 | 11 | 100 | 0 | 1100001 | 1011111 | 1000010 | 101100111 | 1011101 | 10001 |
Color Harmonies of #560304
Complementary color
Monochromatic Colors of #560304
Black with #560304
Text Example
Text Example
White with #560304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560304; }
p { color: rgb(86,3,4); }
H1.HeaderClassName
{
color: #560304;
}
.AnyTagClassName
{
color: #560304;
}
</style>
background-color css
<style>
a { background-color: #560304; }
a { background-color: rgb(86,3,4); }
div.DivClassName
{
background-color: #560304;
}
.BgClassName
{
background-color: #560304;
}
</style>
border-color css
<style>
span { border-color: #560304; }
span { border-color: rgb(86,3,4); }
td.TdClassName
{
border-color: #560304;
}
.TagClassName
{
border-color: #560304;
}
</style>