Shades of Red Oxide #58130A
Tints of Red Oxide #58130A
RGB
CMYK
RGB Variations
Color information
#58130A (or 0x58130A) is known color: Red Oxide. HEX triplet: 58, 13 and 0A. RGB value is (88,19,10). Sum of RGB (Red+Green+Blue) = 88+19+10=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130A is #A7ECF5. Grayscale: #262626. Windows color (decimal): -11005174 or 660312. OLE color: 660312.
HSL color Cylindrical-coordinate representation of color #58130A: hue angle of 6.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58130A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 10 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.65 |
| HSL | 6.92º | 0.8% | 0.19% | - |
| HSV(B) | 6.92º | 0.89% | 0.35% | - |
| XYZ | 4.31 | 2.56 | 0.55 | - |
| YUV | 38.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 10 | 0 | 0.78 | 0.89 | 0.65 | 6.92 | 0.8 | 0.19 |
| Hex | 58 | 13 | A | 0 | 4E | 59 | 41 | 7 | 50 | 13 |
| Octal | 130 | 23 | 12 | 0 | 116 | 131 | 101 | 7 | 120 | 23 |
| Binary | 1011000 | 10011 | 1010 | 0 | 1001110 | 1011001 | 1000001 | 111 | 1010000 | 10011 |
Color Harmonies of #58130A
Complementary color
Monochromatic Colors of #58130A
Black with #58130A
Text Example
Text Example
White with #58130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58130A; }
p { color: rgb(88,19,10); }
H1.HeaderClassName
{
color: #58130A;
}
.AnyTagClassName
{
color: #58130A;
}
</style>
background-color css
<style>
a { background-color: #58130A; }
a { background-color: rgb(88,19,10); }
div.DivClassName
{
background-color: #58130A;
}
.BgClassName
{
background-color: #58130A;
}
</style>
border-color css
<style>
span { border-color: #58130A; }
span { border-color: rgb(88,19,10); }
td.TdClassName
{
border-color: #58130A;
}
.TagClassName
{
border-color: #58130A;
}
</style>