Shades of Red Oxide #590D03
Tints of Red Oxide #590D03
RGB
CMYK
RGB Variations
Color information
#590D03 (or 0x590D03) is known color: Red Oxide. HEX triplet: 59, 0D and 03. RGB value is (89,13,3). Sum of RGB (Red+Green+Blue) = 89+13+3=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #590D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D03 is #A6F2FC. Grayscale: #222222. Windows color (decimal): -10941181 or 200025. OLE color: 200025.
HSL color Cylindrical-coordinate representation of color #590D03: hue angle of 6.98º 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 #590D03 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 3 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.65 |
| HSL | 6.98º | 0.93% | 0.18% | - |
| HSV(B) | 6.98º | 0.97% | 0.35% | - |
| XYZ | 4.28 | 2.42 | 0.33 | - |
| YUV | 34.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 3 | 0 | 0.85 | 0.97 | 0.65 | 6.98 | 0.93 | 0.18 |
| Hex | 59 | D | 3 | 0 | 55 | 61 | 41 | 7 | 5D | 12 |
| Octal | 131 | 15 | 3 | 0 | 125 | 141 | 101 | 7 | 135 | 22 |
| Binary | 1011001 | 1101 | 11 | 0 | 1010101 | 1100001 | 1000001 | 111 | 1011101 | 10010 |
Color Harmonies of #590D03
Complementary color
Monochromatic Colors of #590D03
Black with #590D03
Text Example
Text Example
White with #590D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D03; }
p { color: rgb(89,13,3); }
H1.HeaderClassName
{
color: #590D03;
}
.AnyTagClassName
{
color: #590D03;
}
</style>
background-color css
<style>
a { background-color: #590D03; }
a { background-color: rgb(89,13,3); }
div.DivClassName
{
background-color: #590D03;
}
.BgClassName
{
background-color: #590D03;
}
</style>
border-color css
<style>
span { border-color: #590D03; }
span { border-color: rgb(89,13,3); }
td.TdClassName
{
border-color: #590D03;
}
.TagClassName
{
border-color: #590D03;
}
</style>