Shades of Rustic Red #570006
Tints of Rustic Red #570006
RGB
CMYK
RGB Variations
Color information
#570006 (or 0x570006) is known color: Rustic Red. HEX triplet: 57, 00 and 06. RGB value is (87,0,6). Sum of RGB (Red+Green+Blue) = 87+0+6=93 (12% of max value = 765). Red value is 87 (34.38% from 255 or 93.55% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 87 - color contains mainly: red. Hex color #570006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570006 is #A8FFF9. Grayscale: #1A1A1A. Windows color (decimal): -11075578 or 393303. OLE color: 393303.
HSL color Cylindrical-coordinate representation of color #570006: hue angle of 355.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570006 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.93 | 0.66 |
| HSL | 355.86º | 1% | 0.17% | - |
| HSV(B) | 355.86º | 1% | 0.34% | - |
| XYZ | 3.96 | 2.04 | 0.36 | - |
| YUV | 26.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 6 | 0 | 1 | 0.93 | 0.66 | 355.86 | 1 | 0.17 |
| Hex | 57 | 0 | 6 | 0 | 64 | 5D | 42 | 164 | 64 | 11 |
| Octal | 127 | 0 | 6 | 0 | 144 | 135 | 102 | 544 | 144 | 21 |
| Binary | 1010111 | 0 | 110 | 0 | 1100100 | 1011101 | 1000010 | 101100100 | 1100100 | 10001 |
Color Harmonies of #570006
Complementary color
Monochromatic Colors of #570006
Black with #570006
Text Example
Text Example
White with #570006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570006; }
p { color: rgb(87,0,6); }
H1.HeaderClassName
{
color: #570006;
}
.AnyTagClassName
{
color: #570006;
}
</style>
background-color css
<style>
a { background-color: #570006; }
a { background-color: rgb(87,0,6); }
div.DivClassName
{
background-color: #570006;
}
.BgClassName
{
background-color: #570006;
}
</style>
border-color css
<style>
span { border-color: #570006; }
span { border-color: rgb(87,0,6); }
td.TdClassName
{
border-color: #570006;
}
.TagClassName
{
border-color: #570006;
}
</style>