Shades of Rustic Red #570508
Tints of Rustic Red #570508
RGB
CMYK
RGB Variations
Color information
#570508 (or 0x570508) is known color: Rustic Red. HEX triplet: 57, 05 and 08. RGB value is (87,5,8). Sum of RGB (Red+Green+Blue) = 87+5+8=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570508 is #A8FAF7. Grayscale: #1D1D1D. Windows color (decimal): -11074296 or 525655. OLE color: 525655.
HSL color Cylindrical-coordinate representation of color #570508: hue angle of 357.8º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570508 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.66 |
| HSL | 357.8º | 0.89% | 0.18% | - |
| HSV(B) | 357.8º | 0.94% | 0.34% | - |
| XYZ | 4.03 | 2.15 | 0.43 | - |
| YUV | 29.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 8 | 0 | 0.94 | 0.91 | 0.66 | 357.8 | 0.89 | 0.18 |
| Hex | 57 | 5 | 8 | 0 | 5E | 5B | 42 | 166 | 59 | 12 |
| Octal | 127 | 5 | 10 | 0 | 136 | 133 | 102 | 546 | 131 | 22 |
| Binary | 1010111 | 101 | 1000 | 0 | 1011110 | 1011011 | 1000010 | 101100110 | 1011001 | 10010 |
Color Harmonies of #570508
Complementary color
Monochromatic Colors of #570508
Black with #570508
Text Example
Text Example
White with #570508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570508; }
p { color: rgb(87,5,8); }
H1.HeaderClassName
{
color: #570508;
}
.AnyTagClassName
{
color: #570508;
}
</style>
background-color css
<style>
a { background-color: #570508; }
a { background-color: rgb(87,5,8); }
div.DivClassName
{
background-color: #570508;
}
.BgClassName
{
background-color: #570508;
}
</style>
border-color css
<style>
span { border-color: #570508; }
span { border-color: rgb(87,5,8); }
td.TdClassName
{
border-color: #570508;
}
.TagClassName
{
border-color: #570508;
}
</style>