Shades of Red Oxide #590B04
Tints of Red Oxide #590B04
RGB
CMYK
RGB Variations
Color information
#590B04 (or 0x590B04) is known color: Red Oxide. HEX triplet: 59, 0B and 04. RGB value is (89,11,4). Sum of RGB (Red+Green+Blue) = 89+11+4=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #590B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B04 is #A6F4FB. Grayscale: #212121. Windows color (decimal): -10941692 or 265049. OLE color: 265049.
HSL color Cylindrical-coordinate representation of color #590B04: hue angle of 4.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590B04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 4 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.65 |
| HSL | 4.94º | 0.91% | 0.18% | - |
| HSV(B) | 4.94º | 0.96% | 0.35% | - |
| XYZ | 4.26 | 2.37 | 0.35 | - |
| YUV | 33.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 4 | 0 | 0.88 | 0.96 | 0.65 | 4.94 | 0.91 | 0.18 |
| Hex | 59 | B | 4 | 0 | 58 | 60 | 41 | 5 | 5B | 12 |
| Octal | 131 | 13 | 4 | 0 | 130 | 140 | 101 | 5 | 133 | 22 |
| Binary | 1011001 | 1011 | 100 | 0 | 1011000 | 1100000 | 1000001 | 101 | 1011011 | 10010 |
Color Harmonies of #590B04
Complementary color
Monochromatic Colors of #590B04
Black with #590B04
Text Example
Text Example
White with #590B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B04; }
p { color: rgb(89,11,4); }
H1.HeaderClassName
{
color: #590B04;
}
.AnyTagClassName
{
color: #590B04;
}
</style>
background-color css
<style>
a { background-color: #590B04; }
a { background-color: rgb(89,11,4); }
div.DivClassName
{
background-color: #590B04;
}
.BgClassName
{
background-color: #590B04;
}
</style>
border-color css
<style>
span { border-color: #590B04; }
span { border-color: rgb(89,11,4); }
td.TdClassName
{
border-color: #590B04;
}
.TagClassName
{
border-color: #590B04;
}
</style>