Shades of Rustic Red #590105
Tints of Rustic Red #590105
RGB
CMYK
RGB Variations
Color information
#590105 (or 0x590105) is known color: Rustic Red. HEX triplet: 59, 01 and 05. RGB value is (89,1,5). Sum of RGB (Red+Green+Blue) = 89+1+5=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590105 is #A6FEFA. Grayscale: #1B1B1B. Windows color (decimal): -10944251 or 328025. OLE color: 328025.
HSL color Cylindrical-coordinate representation of color #590105: hue angle of 357.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590105 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.65 |
| HSL | 357.27º | 0.98% | 0.18% | - |
| HSV(B) | 357.27º | 0.99% | 0.35% | - |
| XYZ | 4.16 | 2.16 | 0.34 | - |
| YUV | 27.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 5 | 0 | 0.99 | 0.94 | 0.65 | 357.27 | 0.98 | 0.18 |
| Hex | 59 | 1 | 5 | 0 | 63 | 5E | 41 | 165 | 62 | 12 |
| Octal | 131 | 1 | 5 | 0 | 143 | 136 | 101 | 545 | 142 | 22 |
| Binary | 1011001 | 1 | 101 | 0 | 1100011 | 1011110 | 1000001 | 101100101 | 1100010 | 10010 |
Color Harmonies of #590105
Complementary color
Monochromatic Colors of #590105
Black with #590105
Text Example
Text Example
White with #590105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590105; }
p { color: rgb(89,1,5); }
H1.HeaderClassName
{
color: #590105;
}
.AnyTagClassName
{
color: #590105;
}
</style>
background-color css
<style>
a { background-color: #590105; }
a { background-color: rgb(89,1,5); }
div.DivClassName
{
background-color: #590105;
}
.BgClassName
{
background-color: #590105;
}
</style>
border-color css
<style>
span { border-color: #590105; }
span { border-color: rgb(89,1,5); }
td.TdClassName
{
border-color: #590105;
}
.TagClassName
{
border-color: #590105;
}
</style>