Shades of Red Oxide #590A01
Tints of Red Oxide #590A01
RGB
CMYK
RGB Variations
Color information
#590A01 (or 0x590A01) is known color: Red Oxide. HEX triplet: 59, 0A and 01. RGB value is (89,10,1). Sum of RGB (Red+Green+Blue) = 89+10+1=100 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 89 - color contains mainly: red. Hex color #590A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A01 is #A6F5FE. Grayscale: #202020. Windows color (decimal): -10941951 or 68185. OLE color: 68185.
HSL color Cylindrical-coordinate representation of color #590A01: hue angle of 6.14º 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 #590A01 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.65 |
| HSL | 6.14º | 0.98% | 0.18% | - |
| HSV(B) | 6.14º | 0.99% | 0.35% | - |
| XYZ | 4.23 | 2.34 | 0.26 | - |
| YUV | 32.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 1 | 0 | 0.89 | 0.99 | 0.65 | 6.14 | 0.98 | 0.18 |
| Hex | 59 | A | 1 | 0 | 59 | 63 | 41 | 6 | 62 | 12 |
| Octal | 131 | 12 | 1 | 0 | 131 | 143 | 101 | 6 | 142 | 22 |
| Binary | 1011001 | 1010 | 1 | 0 | 1011001 | 1100011 | 1000001 | 110 | 1100010 | 10010 |
Color Harmonies of #590A01
Complementary color
Monochromatic Colors of #590A01
Black with #590A01
Text Example
Text Example
White with #590A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A01; }
p { color: rgb(89,10,1); }
H1.HeaderClassName
{
color: #590A01;
}
.AnyTagClassName
{
color: #590A01;
}
</style>
background-color css
<style>
a { background-color: #590A01; }
a { background-color: rgb(89,10,1); }
div.DivClassName
{
background-color: #590A01;
}
.BgClassName
{
background-color: #590A01;
}
</style>
border-color css
<style>
span { border-color: #590A01; }
span { border-color: rgb(89,10,1); }
td.TdClassName
{
border-color: #590A01;
}
.TagClassName
{
border-color: #590A01;
}
</style>