Shades of Rustic Red #590001
Tints of Rustic Red #590001
RGB
CMYK
RGB Variations
Color information
#590001 (or 0x590001) is known color: Rustic Red. HEX triplet: 59, 00 and 01. RGB value is (89,0,1). Sum of RGB (Red+Green+Blue) = 89+0+1=90 (11% of max value = 765). Red value is 89 (35.16% from 255 or 98.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 89 - color contains mainly: red. Hex color #590001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590001 is #A6FFFE. Grayscale: #1A1A1A. Windows color (decimal): -10944511 or 65625. OLE color: 65625.
HSL color Cylindrical-coordinate representation of color #590001: hue angle of 359.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.65 |
| HSL | 359.33º | 1% | 0.17% | - |
| HSV(B) | 359.33º | 1% | 0.35% | - |
| XYZ | 4.13 | 2.13 | 0.22 | - |
| YUV | 26.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 1 | 0 | 1 | 0.99 | 0.65 | 359.33 | 1 | 0.17 |
| Hex | 59 | 0 | 1 | 0 | 64 | 63 | 41 | 167 | 64 | 11 |
| Octal | 131 | 0 | 1 | 0 | 144 | 143 | 101 | 547 | 144 | 21 |
| Binary | 1011001 | 0 | 1 | 0 | 1100100 | 1100011 | 1000001 | 101100111 | 1100100 | 10001 |
Color Harmonies of #590001
Complementary color
Monochromatic Colors of #590001
Black with #590001
Text Example
Text Example
White with #590001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590001; }
p { color: rgb(89,0,1); }
H1.HeaderClassName
{
color: #590001;
}
.AnyTagClassName
{
color: #590001;
}
</style>
background-color css
<style>
a { background-color: #590001; }
a { background-color: rgb(89,0,1); }
div.DivClassName
{
background-color: #590001;
}
.BgClassName
{
background-color: #590001;
}
</style>
border-color css
<style>
span { border-color: #590001; }
span { border-color: rgb(89,0,1); }
td.TdClassName
{
border-color: #590001;
}
.TagClassName
{
border-color: #590001;
}
</style>