Shades of Red Oxide #58130C
Tints of Red Oxide #58130C
RGB
CMYK
RGB Variations
Color information
#58130C (or 0x58130C) is known color: Red Oxide. HEX triplet: 58, 13 and 0C. RGB value is (88,19,12). Sum of RGB (Red+Green+Blue) = 88+19+12=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130C is #A7ECF3. Grayscale: #262626. Windows color (decimal): -11005172 or 791384. OLE color: 791384.
HSL color Cylindrical-coordinate representation of color #58130C: hue angle of 5.53º 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 #58130C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 12 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.65 |
| HSL | 5.53º | 0.76% | 0.2% | - |
| HSV(B) | 5.53º | 0.86% | 0.35% | - |
| XYZ | 4.32 | 2.57 | 0.62 | - |
| YUV | 38.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 12 | 0 | 0.78 | 0.86 | 0.65 | 5.53 | 0.76 | 0.2 |
| Hex | 58 | 13 | C | 0 | 4E | 56 | 41 | 6 | 4C | 14 |
| Octal | 130 | 23 | 14 | 0 | 116 | 126 | 101 | 6 | 114 | 24 |
| Binary | 1011000 | 10011 | 1100 | 0 | 1001110 | 1010110 | 1000001 | 110 | 1001100 | 10100 |
Color Harmonies of #58130C
Complementary color
Monochromatic Colors of #58130C
Black with #58130C
Text Example
Text Example
White with #58130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58130C; }
p { color: rgb(88,19,12); }
H1.HeaderClassName
{
color: #58130C;
}
.AnyTagClassName
{
color: #58130C;
}
</style>
background-color css
<style>
a { background-color: #58130C; }
a { background-color: rgb(88,19,12); }
div.DivClassName
{
background-color: #58130C;
}
.BgClassName
{
background-color: #58130C;
}
</style>
border-color css
<style>
span { border-color: #58130C; }
span { border-color: rgb(88,19,12); }
td.TdClassName
{
border-color: #58130C;
}
.TagClassName
{
border-color: #58130C;
}
</style>