Shades of Red Oxide #58150A
Tints of Red Oxide #58150A
RGB
CMYK
RGB Variations
Color information
#58150A (or 0x58150A) is known color: Red Oxide. HEX triplet: 58, 15 and 0A. RGB value is (88,21,10). Sum of RGB (Red+Green+Blue) = 88+21+10=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150A is #A7EAF5. Grayscale: #272727. Windows color (decimal): -11004662 or 660824. OLE color: 660824.
HSL color Cylindrical-coordinate representation of color #58150A: hue angle of 8.46º 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 #58150A is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 10 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.65 |
| HSL | 8.46º | 0.8% | 0.19% | - |
| HSV(B) | 8.46º | 0.89% | 0.35% | - |
| XYZ | 4.35 | 2.63 | 0.57 | - |
| YUV | 39.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 10 | 0 | 0.76 | 0.89 | 0.65 | 8.46 | 0.8 | 0.19 |
| Hex | 58 | 15 | A | 0 | 4C | 59 | 41 | 8 | 50 | 13 |
| Octal | 130 | 25 | 12 | 0 | 114 | 131 | 101 | 10 | 120 | 23 |
| Binary | 1011000 | 10101 | 1010 | 0 | 1001100 | 1011001 | 1000001 | 1000 | 1010000 | 10011 |
Color Harmonies of #58150A
Complementary color
Monochromatic Colors of #58150A
Black with #58150A
Text Example
Text Example
White with #58150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58150A; }
p { color: rgb(88,21,10); }
H1.HeaderClassName
{
color: #58150A;
}
.AnyTagClassName
{
color: #58150A;
}
</style>
background-color css
<style>
a { background-color: #58150A; }
a { background-color: rgb(88,21,10); }
div.DivClassName
{
background-color: #58150A;
}
.BgClassName
{
background-color: #58150A;
}
</style>
border-color css
<style>
span { border-color: #58150A; }
span { border-color: rgb(88,21,10); }
td.TdClassName
{
border-color: #58150A;
}
.TagClassName
{
border-color: #58150A;
}
</style>