Shades of Rustic Red #580507
Tints of Rustic Red #580507
RGB
CMYK
RGB Variations
Color information
#580507 (or 0x580507) is known color: Rustic Red. HEX triplet: 58, 05 and 07. RGB value is (88,5,7). Sum of RGB (Red+Green+Blue) = 88+5+7=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580507 is #A7FAF8. Grayscale: #1E1E1E. Windows color (decimal): -11008761 or 460120. OLE color: 460120.
HSL color Cylindrical-coordinate representation of color #580507: hue angle of 358.55º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580507 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 7 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.65 |
| HSL | 358.55º | 0.89% | 0.18% | - |
| HSV(B) | 358.55º | 0.94% | 0.35% | - |
| XYZ | 4.12 | 2.2 | 0.41 | - |
| YUV | 30.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 7 | 0 | 0.94 | 0.92 | 0.65 | 358.55 | 0.89 | 0.18 |
| Hex | 58 | 5 | 7 | 0 | 5E | 5C | 41 | 167 | 59 | 12 |
| Octal | 130 | 5 | 7 | 0 | 136 | 134 | 101 | 547 | 131 | 22 |
| Binary | 1011000 | 101 | 111 | 0 | 1011110 | 1011100 | 1000001 | 101100111 | 1011001 | 10010 |
Color Harmonies of #580507
Complementary color
Monochromatic Colors of #580507
Black with #580507
Text Example
Text Example
White with #580507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580507; }
p { color: rgb(88,5,7); }
H1.HeaderClassName
{
color: #580507;
}
.AnyTagClassName
{
color: #580507;
}
</style>
background-color css
<style>
a { background-color: #580507; }
a { background-color: rgb(88,5,7); }
div.DivClassName
{
background-color: #580507;
}
.BgClassName
{
background-color: #580507;
}
</style>
border-color css
<style>
span { border-color: #580507; }
span { border-color: rgb(88,5,7); }
td.TdClassName
{
border-color: #580507;
}
.TagClassName
{
border-color: #580507;
}
</style>