Shades of Red Oxide #58150C
Tints of Red Oxide #58150C
RGB
CMYK
RGB Variations
Color information
#58150C (or 0x58150C) is known color: Red Oxide. HEX triplet: 58, 15 and 0C. RGB value is (88,21,12). Sum of RGB (Red+Green+Blue) = 88+21+12=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150C is #A7EAF3. Grayscale: #282828. Windows color (decimal): -11004660 or 791896. OLE color: 791896.
HSL color Cylindrical-coordinate representation of color #58150C: hue angle of 7.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58150C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 12 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.65 |
| HSL | 7.11º | 0.76% | 0.2% | - |
| HSV(B) | 7.11º | 0.86% | 0.35% | - |
| XYZ | 4.36 | 2.64 | 0.63 | - |
| YUV | 40.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 12 | 0 | 0.76 | 0.86 | 0.65 | 7.11 | 0.76 | 0.2 |
| Hex | 58 | 15 | C | 0 | 4C | 56 | 41 | 7 | 4C | 14 |
| Octal | 130 | 25 | 14 | 0 | 114 | 126 | 101 | 7 | 114 | 24 |
| Binary | 1011000 | 10101 | 1100 | 0 | 1001100 | 1010110 | 1000001 | 111 | 1001100 | 10100 |
Color Harmonies of #58150C
Complementary color
Monochromatic Colors of #58150C
Black with #58150C
Text Example
Text Example
White with #58150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58150C; }
p { color: rgb(88,21,12); }
H1.HeaderClassName
{
color: #58150C;
}
.AnyTagClassName
{
color: #58150C;
}
</style>
background-color css
<style>
a { background-color: #58150C; }
a { background-color: rgb(88,21,12); }
div.DivClassName
{
background-color: #58150C;
}
.BgClassName
{
background-color: #58150C;
}
</style>
border-color css
<style>
span { border-color: #58150C; }
span { border-color: rgb(88,21,12); }
td.TdClassName
{
border-color: #58150C;
}
.TagClassName
{
border-color: #58150C;
}
</style>