Shades of Rustic Red #590206
Tints of Rustic Red #590206
RGB
CMYK
RGB Variations
Color information
#590206 (or 0x590206) is known color: Rustic Red. HEX triplet: 59, 02 and 06. RGB value is (89,2,6). Sum of RGB (Red+Green+Blue) = 89+2+6=97 (12% of max value = 765). Red value is 89 (35.16% from 255 or 91.75% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 89 - color contains mainly: red. Hex color #590206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590206 is #A6FDF9. Grayscale: #1C1C1C. Windows color (decimal): -10943994 or 393817. OLE color: 393817.
HSL color Cylindrical-coordinate representation of color #590206: hue angle of 357.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590206 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 6 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.65 |
| HSL | 357.24º | 0.96% | 0.18% | - |
| HSV(B) | 357.24º | 0.98% | 0.35% | - |
| XYZ | 4.17 | 2.18 | 0.37 | - |
| YUV | 28.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 6 | 0 | 0.98 | 0.93 | 0.65 | 357.24 | 0.96 | 0.18 |
| Hex | 59 | 2 | 6 | 0 | 62 | 5D | 41 | 165 | 60 | 12 |
| Octal | 131 | 2 | 6 | 0 | 142 | 135 | 101 | 545 | 140 | 22 |
| Binary | 1011001 | 10 | 110 | 0 | 1100010 | 1011101 | 1000001 | 101100101 | 1100000 | 10010 |
Color Harmonies of #590206
Complementary color
Monochromatic Colors of #590206
Black with #590206
Text Example
Text Example
White with #590206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590206; }
p { color: rgb(89,2,6); }
H1.HeaderClassName
{
color: #590206;
}
.AnyTagClassName
{
color: #590206;
}
</style>
background-color css
<style>
a { background-color: #590206; }
a { background-color: rgb(89,2,6); }
div.DivClassName
{
background-color: #590206;
}
.BgClassName
{
background-color: #590206;
}
</style>
border-color css
<style>
span { border-color: #590206; }
span { border-color: rgb(89,2,6); }
td.TdClassName
{
border-color: #590206;
}
.TagClassName
{
border-color: #590206;
}
</style>