Shades of Red Oxide #58130B
Tints of Red Oxide #58130B
RGB
CMYK
RGB Variations
Color information
#58130B (or 0x58130B) is known color: Red Oxide. HEX triplet: 58, 13 and 0B. RGB value is (88,19,11). Sum of RGB (Red+Green+Blue) = 88+19+11=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130B is #A7ECF4. Grayscale: #262626. Windows color (decimal): -11005173 or 725848. OLE color: 725848.
HSL color Cylindrical-coordinate representation of color #58130B: hue angle of 6.23º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58130B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 11 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.65 |
| HSL | 6.23º | 0.78% | 0.19% | - |
| HSV(B) | 6.23º | 0.88% | 0.35% | - |
| XYZ | 4.32 | 2.56 | 0.58 | - |
| YUV | 38.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 11 | 0 | 0.78 | 0.88 | 0.65 | 6.23 | 0.78 | 0.19 |
| Hex | 58 | 13 | B | 0 | 4E | 58 | 41 | 6 | 4E | 13 |
| Octal | 130 | 23 | 13 | 0 | 116 | 130 | 101 | 6 | 116 | 23 |
| Binary | 1011000 | 10011 | 1011 | 0 | 1001110 | 1011000 | 1000001 | 110 | 1001110 | 10011 |
Color Harmonies of #58130B
Complementary color
Monochromatic Colors of #58130B
Black with #58130B
Text Example
Text Example
White with #58130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58130B; }
p { color: rgb(88,19,11); }
H1.HeaderClassName
{
color: #58130B;
}
.AnyTagClassName
{
color: #58130B;
}
</style>
background-color css
<style>
a { background-color: #58130B; }
a { background-color: rgb(88,19,11); }
div.DivClassName
{
background-color: #58130B;
}
.BgClassName
{
background-color: #58130B;
}
</style>
border-color css
<style>
span { border-color: #58130B; }
span { border-color: rgb(88,19,11); }
td.TdClassName
{
border-color: #58130B;
}
.TagClassName
{
border-color: #58130B;
}
</style>