Shades of Red Oxide #58120D
Tints of Red Oxide #58120D
RGB
CMYK
RGB Variations
Color information
#58120D (or 0x58120D) is known color: Red Oxide. HEX triplet: 58, 12 and 0D. RGB value is (88,18,13). Sum of RGB (Red+Green+Blue) = 88+18+13=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58120D is #A7EDF2. Grayscale: #262626. Windows color (decimal): -11005427 or 856664. OLE color: 856664.
HSL color Cylindrical-coordinate representation of color #58120D: hue angle of 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 #58120D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 13 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.65 |
| HSL | 4º | 0.74% | 0.2% | - |
| HSV(B) | 4º | 0.85% | 0.35% | - |
| XYZ | 4.31 | 2.54 | 0.64 | - |
| YUV | 38.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 13 | 0 | 0.80 | 0.85 | 0.65 | 4 | 0.74 | 0.2 |
| Hex | 58 | 12 | D | 0 | 50 | 55 | 41 | 4 | 4A | 14 |
| Octal | 130 | 22 | 15 | 0 | 120 | 125 | 101 | 4 | 112 | 24 |
| Binary | 1011000 | 10010 | 1101 | 0 | 1010000 | 1010101 | 1000001 | 100 | 1001010 | 10100 |
Color Harmonies of #58120D
Complementary color
Monochromatic Colors of #58120D
Black with #58120D
Text Example
Text Example
White with #58120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58120D; }
p { color: rgb(88,18,13); }
H1.HeaderClassName
{
color: #58120D;
}
.AnyTagClassName
{
color: #58120D;
}
</style>
background-color css
<style>
a { background-color: #58120D; }
a { background-color: rgb(88,18,13); }
div.DivClassName
{
background-color: #58120D;
}
.BgClassName
{
background-color: #58120D;
}
</style>
border-color css
<style>
span { border-color: #58120D; }
span { border-color: rgb(88,18,13); }
td.TdClassName
{
border-color: #58120D;
}
.TagClassName
{
border-color: #58120D;
}
</style>