Shades of Red Oxide #58130E
Tints of Red Oxide #58130E
RGB
CMYK
RGB Variations
Color information
#58130E (or 0x58130E) is known color: Red Oxide. HEX triplet: 58, 13 and 0E. RGB value is (88,19,14). Sum of RGB (Red+Green+Blue) = 88+19+14=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130E is #A7ECF1. Grayscale: #272727. Windows color (decimal): -11005170 or 922456. OLE color: 922456.
HSL color Cylindrical-coordinate representation of color #58130E: hue angle of 4.05º 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 #58130E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 14 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.65 |
| HSL | 4.05º | 0.73% | 0.2% | - |
| HSV(B) | 4.05º | 0.84% | 0.35% | - |
| XYZ | 4.34 | 2.57 | 0.68 | - |
| YUV | 39.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 14 | 0 | 0.78 | 0.84 | 0.65 | 4.05 | 0.73 | 0.2 |
| Hex | 58 | 13 | E | 0 | 4E | 54 | 41 | 4 | 49 | 14 |
| Octal | 130 | 23 | 16 | 0 | 116 | 124 | 101 | 4 | 111 | 24 |
| Binary | 1011000 | 10011 | 1110 | 0 | 1001110 | 1010100 | 1000001 | 100 | 1001001 | 10100 |
Color Harmonies of #58130E
Complementary color
Monochromatic Colors of #58130E
Black with #58130E
Text Example
Text Example
White with #58130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58130E; }
p { color: rgb(88,19,14); }
H1.HeaderClassName
{
color: #58130E;
}
.AnyTagClassName
{
color: #58130E;
}
</style>
background-color css
<style>
a { background-color: #58130E; }
a { background-color: rgb(88,19,14); }
div.DivClassName
{
background-color: #58130E;
}
.BgClassName
{
background-color: #58130E;
}
</style>
border-color css
<style>
span { border-color: #58130E; }
span { border-color: rgb(88,19,14); }
td.TdClassName
{
border-color: #58130E;
}
.TagClassName
{
border-color: #58130E;
}
</style>