Shades of Red Oxide #58150D
Tints of Red Oxide #58150D
RGB
CMYK
RGB Variations
Color information
#58150D (or 0x58150D) is known color: Red Oxide. HEX triplet: 58, 15 and 0D. RGB value is (88,21,13). Sum of RGB (Red+Green+Blue) = 88+21+13=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150D is #A7EAF2. Grayscale: #282828. Windows color (decimal): -11004659 or 857432. OLE color: 857432.
HSL color Cylindrical-coordinate representation of color #58150D: hue angle of 6.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58150D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 13 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.65 |
| HSL | 6.4º | 0.74% | 0.2% | - |
| HSV(B) | 6.4º | 0.85% | 0.35% | - |
| XYZ | 4.37 | 2.64 | 0.66 | - |
| YUV | 40.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 13 | 0 | 0.76 | 0.85 | 0.65 | 6.4 | 0.74 | 0.2 |
| Hex | 58 | 15 | D | 0 | 4C | 55 | 41 | 6 | 4A | 14 |
| Octal | 130 | 25 | 15 | 0 | 114 | 125 | 101 | 6 | 112 | 24 |
| Binary | 1011000 | 10101 | 1101 | 0 | 1001100 | 1010101 | 1000001 | 110 | 1001010 | 10100 |
Color Harmonies of #58150D
Complementary color
Monochromatic Colors of #58150D
Black with #58150D
Text Example
Text Example
White with #58150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58150D; }
p { color: rgb(88,21,13); }
H1.HeaderClassName
{
color: #58150D;
}
.AnyTagClassName
{
color: #58150D;
}
</style>
background-color css
<style>
a { background-color: #58150D; }
a { background-color: rgb(88,21,13); }
div.DivClassName
{
background-color: #58150D;
}
.BgClassName
{
background-color: #58150D;
}
</style>
border-color css
<style>
span { border-color: #58150D; }
span { border-color: rgb(88,21,13); }
td.TdClassName
{
border-color: #58150D;
}
.TagClassName
{
border-color: #58150D;
}
</style>