Shades of Rustic Red #590304
Tints of Rustic Red #590304
RGB
CMYK
RGB Variations
Color information
#590304 (or 0x590304) is known color: Rustic Red. HEX triplet: 59, 03 and 04. RGB value is (89,3,4). Sum of RGB (Red+Green+Blue) = 89+3+4=96 (12% of max value = 765). Red value is 89 (35.16% from 255 or 92.71% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 89 - color contains mainly: red. Hex color #590304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590304 is #A6FCFB. Grayscale: #1C1C1C. Windows color (decimal): -10943740 or 263001. OLE color: 263001.
HSL color Cylindrical-coordinate representation of color #590304: hue angle of 359.3º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590304 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 4 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.65 |
| HSL | 359.3º | 0.93% | 0.18% | - |
| HSV(B) | 359.3º | 0.97% | 0.35% | - |
| XYZ | 4.17 | 2.2 | 0.32 | - |
| YUV | 28.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 4 | 0 | 0.97 | 0.96 | 0.65 | 359.3 | 0.93 | 0.18 |
| Hex | 59 | 3 | 4 | 0 | 61 | 60 | 41 | 167 | 5D | 12 |
| Octal | 131 | 3 | 4 | 0 | 141 | 140 | 101 | 547 | 135 | 22 |
| Binary | 1011001 | 11 | 100 | 0 | 1100001 | 1100000 | 1000001 | 101100111 | 1011101 | 10010 |
Color Harmonies of #590304
Complementary color
Monochromatic Colors of #590304
Black with #590304
Text Example
Text Example
White with #590304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590304; }
p { color: rgb(89,3,4); }
H1.HeaderClassName
{
color: #590304;
}
.AnyTagClassName
{
color: #590304;
}
</style>
background-color css
<style>
a { background-color: #590304; }
a { background-color: rgb(89,3,4); }
div.DivClassName
{
background-color: #590304;
}
.BgClassName
{
background-color: #590304;
}
</style>
border-color css
<style>
span { border-color: #590304; }
span { border-color: rgb(89,3,4); }
td.TdClassName
{
border-color: #590304;
}
.TagClassName
{
border-color: #590304;
}
</style>