Shades of Rustic Red #570007
Tints of Rustic Red #570007
RGB
CMYK
RGB Variations
Color information
#570007 (or 0x570007) is known color: Rustic Red. HEX triplet: 57, 00 and 07. RGB value is (87,0,7). Sum of RGB (Red+Green+Blue) = 87+0+7=94 (12% of max value = 765). Red value is 87 (34.38% from 255 or 92.55% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 87 - color contains mainly: red. Hex color #570007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570007 is #A8FFF8. Grayscale: #1A1A1A. Windows color (decimal): -11075577 or 458839. OLE color: 458839.
HSL color Cylindrical-coordinate representation of color #570007: hue angle of 355.17º 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 #570007 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.92 | 0.66 |
| HSL | 355.17º | 1% | 0.17% | - |
| HSV(B) | 355.17º | 1% | 0.34% | - |
| XYZ | 3.97 | 2.04 | 0.39 | - |
| YUV | 26.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 7 | 0 | 1 | 0.92 | 0.66 | 355.17 | 1 | 0.17 |
| Hex | 57 | 0 | 7 | 0 | 64 | 5C | 42 | 163 | 64 | 11 |
| Octal | 127 | 0 | 7 | 0 | 144 | 134 | 102 | 543 | 144 | 21 |
| Binary | 1010111 | 0 | 111 | 0 | 1100100 | 1011100 | 1000010 | 101100011 | 1100100 | 10001 |
Color Harmonies of #570007
Complementary color
Monochromatic Colors of #570007
Black with #570007
Text Example
Text Example
White with #570007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570007; }
p { color: rgb(87,0,7); }
H1.HeaderClassName
{
color: #570007;
}
.AnyTagClassName
{
color: #570007;
}
</style>
background-color css
<style>
a { background-color: #570007; }
a { background-color: rgb(87,0,7); }
div.DivClassName
{
background-color: #570007;
}
.BgClassName
{
background-color: #570007;
}
</style>
border-color css
<style>
span { border-color: #570007; }
span { border-color: rgb(87,0,7); }
td.TdClassName
{
border-color: #570007;
}
.TagClassName
{
border-color: #570007;
}
</style>