Shades of Red Oxide #58180D
Tints of Red Oxide #58180D
RGB
CMYK
RGB Variations
Color information
#58180D (or 0x58180D) is known color: Red Oxide. HEX triplet: 58, 18 and 0D. RGB value is (88,24,13). Sum of RGB (Red+Green+Blue) = 88+24+13=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #58180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58180D is #A7E7F2. Grayscale: #292929. Windows color (decimal): -11003891 or 858200. OLE color: 858200.
HSL color Cylindrical-coordinate representation of color #58180D: hue angle of 8.8º 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 #58180D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 13 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.65 |
| HSL | 8.8º | 0.74% | 0.2% | - |
| HSV(B) | 8.8º | 0.85% | 0.35% | - |
| XYZ | 4.42 | 2.76 | 0.68 | - |
| YUV | 41.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 13 | 0 | 0.73 | 0.85 | 0.65 | 8.8 | 0.74 | 0.2 |
| Hex | 58 | 18 | D | 0 | 49 | 55 | 41 | 9 | 4A | 14 |
| Octal | 130 | 30 | 15 | 0 | 111 | 125 | 101 | 11 | 112 | 24 |
| Binary | 1011000 | 11000 | 1101 | 0 | 1001001 | 1010101 | 1000001 | 1001 | 1001010 | 10100 |
Color Harmonies of #58180D
Complementary color
Monochromatic Colors of #58180D
Black with #58180D
Text Example
Text Example
White with #58180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58180D; }
p { color: rgb(88,24,13); }
H1.HeaderClassName
{
color: #58180D;
}
.AnyTagClassName
{
color: #58180D;
}
</style>
background-color css
<style>
a { background-color: #58180D; }
a { background-color: rgb(88,24,13); }
div.DivClassName
{
background-color: #58180D;
}
.BgClassName
{
background-color: #58180D;
}
</style>
border-color css
<style>
span { border-color: #58180D; }
span { border-color: rgb(88,24,13); }
td.TdClassName
{
border-color: #58180D;
}
.TagClassName
{
border-color: #58180D;
}
</style>