Shades of Red Oxide #58120B
Tints of Red Oxide #58120B
RGB
CMYK
RGB Variations
Color information
#58120B (or 0x58120B) is known color: Red Oxide. HEX triplet: 58, 12 and 0B. RGB value is (88,18,11). Sum of RGB (Red+Green+Blue) = 88+18+11=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58120B is #A7EDF4. Grayscale: #262626. Windows color (decimal): -11005429 or 725592. OLE color: 725592.
HSL color Cylindrical-coordinate representation of color #58120B: hue angle of 5.45º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58120B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 11 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.65 |
| HSL | 5.45º | 0.78% | 0.19% | - |
| HSV(B) | 5.45º | 0.88% | 0.35% | - |
| XYZ | 4.3 | 2.53 | 0.58 | - |
| YUV | 38.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 11 | 0 | 0.80 | 0.88 | 0.65 | 5.45 | 0.78 | 0.19 |
| Hex | 58 | 12 | B | 0 | 50 | 58 | 41 | 5 | 4E | 13 |
| Octal | 130 | 22 | 13 | 0 | 120 | 130 | 101 | 5 | 116 | 23 |
| Binary | 1011000 | 10010 | 1011 | 0 | 1010000 | 1011000 | 1000001 | 101 | 1001110 | 10011 |
Color Harmonies of #58120B
Complementary color
Monochromatic Colors of #58120B
Black with #58120B
Text Example
Text Example
White with #58120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58120B; }
p { color: rgb(88,18,11); }
H1.HeaderClassName
{
color: #58120B;
}
.AnyTagClassName
{
color: #58120B;
}
</style>
background-color css
<style>
a { background-color: #58120B; }
a { background-color: rgb(88,18,11); }
div.DivClassName
{
background-color: #58120B;
}
.BgClassName
{
background-color: #58120B;
}
</style>
border-color css
<style>
span { border-color: #58120B; }
span { border-color: rgb(88,18,11); }
td.TdClassName
{
border-color: #58120B;
}
.TagClassName
{
border-color: #58120B;
}
</style>