Shades of Red Oxide #591A12
Tints of Red Oxide #591A12
RGB
CMYK
RGB Variations
Color information
#591A12 (or 0x591A12) is known color: Red Oxide. HEX triplet: 59, 1A and 12. RGB value is (89,26,18). Sum of RGB (Red+Green+Blue) = 89+26+18=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A12 is #A6E5ED. Grayscale: #2C2C2C. Windows color (decimal): -10937838 or 1186393. OLE color: 1186393.
HSL color Cylindrical-coordinate representation of color #591A12: hue angle of 6.76º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591A12 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 18 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.65 |
| HSL | 6.76º | 0.66% | 0.21% | - |
| HSV(B) | 6.76º | 0.8% | 0.35% | - |
| XYZ | 4.6 | 2.91 | 0.89 | - |
| YUV | 43.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 18 | 0 | 0.71 | 0.80 | 0.65 | 6.76 | 0.66 | 0.21 |
| Hex | 59 | 1A | 12 | 0 | 47 | 50 | 41 | 7 | 42 | 15 |
| Octal | 131 | 32 | 22 | 0 | 107 | 120 | 101 | 7 | 102 | 25 |
| Binary | 1011001 | 11010 | 10010 | 0 | 1000111 | 1010000 | 1000001 | 111 | 1000010 | 10101 |
Color Harmonies of #591A12
Complementary color
Monochromatic Colors of #591A12
Black with #591A12
Text Example
Text Example
White with #591A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A12; }
p { color: rgb(89,26,18); }
H1.HeaderClassName
{
color: #591A12;
}
.AnyTagClassName
{
color: #591A12;
}
</style>
background-color css
<style>
a { background-color: #591A12; }
a { background-color: rgb(89,26,18); }
div.DivClassName
{
background-color: #591A12;
}
.BgClassName
{
background-color: #591A12;
}
</style>
border-color css
<style>
span { border-color: #591A12; }
span { border-color: rgb(89,26,18); }
td.TdClassName
{
border-color: #591A12;
}
.TagClassName
{
border-color: #591A12;
}
</style>