Shades of Rustic Red #580407
Tints of Rustic Red #580407
RGB
CMYK
RGB Variations
Color information
#580407 (or 0x580407) is known color: Rustic Red. HEX triplet: 58, 04 and 07. RGB value is (88,4,7). Sum of RGB (Red+Green+Blue) = 88+4+7=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580407 is #A7FBF8. Grayscale: #1D1D1D. Windows color (decimal): -11009017 or 459864. OLE color: 459864.
HSL color Cylindrical-coordinate representation of color #580407: hue angle of 357.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580407 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 7 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.65 |
| HSL | 357.86º | 0.91% | 0.18% | - |
| HSV(B) | 357.86º | 0.95% | 0.35% | - |
| XYZ | 4.11 | 2.18 | 0.4 | - |
| YUV | 29.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 7 | 0 | 0.95 | 0.92 | 0.65 | 357.86 | 0.91 | 0.18 |
| Hex | 58 | 4 | 7 | 0 | 5F | 5C | 41 | 166 | 5B | 12 |
| Octal | 130 | 4 | 7 | 0 | 137 | 134 | 101 | 546 | 133 | 22 |
| Binary | 1011000 | 100 | 111 | 0 | 1011111 | 1011100 | 1000001 | 101100110 | 1011011 | 10010 |
Color Harmonies of #580407
Complementary color
Monochromatic Colors of #580407
Black with #580407
Text Example
Text Example
White with #580407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580407; }
p { color: rgb(88,4,7); }
H1.HeaderClassName
{
color: #580407;
}
.AnyTagClassName
{
color: #580407;
}
</style>
background-color css
<style>
a { background-color: #580407; }
a { background-color: rgb(88,4,7); }
div.DivClassName
{
background-color: #580407;
}
.BgClassName
{
background-color: #580407;
}
</style>
border-color css
<style>
span { border-color: #580407; }
span { border-color: rgb(88,4,7); }
td.TdClassName
{
border-color: #580407;
}
.TagClassName
{
border-color: #580407;
}
</style>