Shades of Red Oxide #58160A
Tints of Red Oxide #58160A
RGB
CMYK
RGB Variations
Color information
#58160A (or 0x58160A) is known color: Red Oxide. HEX triplet: 58, 16 and 0A. RGB value is (88,22,10). Sum of RGB (Red+Green+Blue) = 88+22+10=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58160A is #A7E9F5. Grayscale: #282828. Windows color (decimal): -11004406 or 661080. OLE color: 661080.
HSL color Cylindrical-coordinate representation of color #58160A: hue angle of 9.23º 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 #58160A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 10 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.65 |
| HSL | 9.23º | 0.8% | 0.19% | - |
| HSV(B) | 9.23º | 0.89% | 0.35% | - |
| XYZ | 4.37 | 2.67 | 0.57 | - |
| YUV | 40.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 10 | 0 | 0.75 | 0.89 | 0.65 | 9.23 | 0.8 | 0.19 |
| Hex | 58 | 16 | A | 0 | 4B | 59 | 41 | 9 | 50 | 13 |
| Octal | 130 | 26 | 12 | 0 | 113 | 131 | 101 | 11 | 120 | 23 |
| Binary | 1011000 | 10110 | 1010 | 0 | 1001011 | 1011001 | 1000001 | 1001 | 1010000 | 10011 |
Color Harmonies of #58160A
Complementary color
Monochromatic Colors of #58160A
Black with #58160A
Text Example
Text Example
White with #58160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58160A; }
p { color: rgb(88,22,10); }
H1.HeaderClassName
{
color: #58160A;
}
.AnyTagClassName
{
color: #58160A;
}
</style>
background-color css
<style>
a { background-color: #58160A; }
a { background-color: rgb(88,22,10); }
div.DivClassName
{
background-color: #58160A;
}
.BgClassName
{
background-color: #58160A;
}
</style>
border-color css
<style>
span { border-color: #58160A; }
span { border-color: rgb(88,22,10); }
td.TdClassName
{
border-color: #58160A;
}
.TagClassName
{
border-color: #58160A;
}
</style>