Shades of Red Oxide #58120E
Tints of Red Oxide #58120E
RGB
CMYK
RGB Variations
Color information
#58120E (or 0x58120E) is known color: Red Oxide. HEX triplet: 58, 12 and 0E. RGB value is (88,18,14). Sum of RGB (Red+Green+Blue) = 88+18+14=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58120E is #A7EDF1. Grayscale: #262626. Windows color (decimal): -11005426 or 922200. OLE color: 922200.
HSL color Cylindrical-coordinate representation of color #58120E: hue angle of 3.24º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58120E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 14 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.65 |
| HSL | 3.24º | 0.73% | 0.2% | - |
| HSV(B) | 3.24º | 0.84% | 0.35% | - |
| XYZ | 4.32 | 2.54 | 0.68 | - |
| YUV | 38.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 14 | 0 | 0.80 | 0.84 | 0.65 | 3.24 | 0.73 | 0.2 |
| Hex | 58 | 12 | E | 0 | 50 | 54 | 41 | 3 | 49 | 14 |
| Octal | 130 | 22 | 16 | 0 | 120 | 124 | 101 | 3 | 111 | 24 |
| Binary | 1011000 | 10010 | 1110 | 0 | 1010000 | 1010100 | 1000001 | 11 | 1001001 | 10100 |
Color Harmonies of #58120E
Complementary color
Monochromatic Colors of #58120E
Black with #58120E
Text Example
Text Example
White with #58120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58120E; }
p { color: rgb(88,18,14); }
H1.HeaderClassName
{
color: #58120E;
}
.AnyTagClassName
{
color: #58120E;
}
</style>
background-color css
<style>
a { background-color: #58120E; }
a { background-color: rgb(88,18,14); }
div.DivClassName
{
background-color: #58120E;
}
.BgClassName
{
background-color: #58120E;
}
</style>
border-color css
<style>
span { border-color: #58120E; }
span { border-color: rgb(88,18,14); }
td.TdClassName
{
border-color: #58120E;
}
.TagClassName
{
border-color: #58120E;
}
</style>