Shades of Red Oxide #58150F
Tints of Red Oxide #58150F
RGB
CMYK
RGB Variations
Color information
#58150F (or 0x58150F) is known color: Red Oxide. HEX triplet: 58, 15 and 0F. RGB value is (88,21,15). Sum of RGB (Red+Green+Blue) = 88+21+15=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150F is #A7EAF0. Grayscale: #282828. Windows color (decimal): -11004657 or 988504. OLE color: 988504.
HSL color Cylindrical-coordinate representation of color #58150F: hue angle of 4.93º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58150F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 15 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.65 |
| HSL | 4.93º | 0.71% | 0.2% | - |
| HSV(B) | 4.93º | 0.83% | 0.35% | - |
| XYZ | 4.38 | 2.65 | 0.73 | - |
| YUV | 40.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 15 | 0 | 0.76 | 0.83 | 0.65 | 4.93 | 0.71 | 0.2 |
| Hex | 58 | 15 | F | 0 | 4C | 53 | 41 | 5 | 47 | 14 |
| Octal | 130 | 25 | 17 | 0 | 114 | 123 | 101 | 5 | 107 | 24 |
| Binary | 1011000 | 10101 | 1111 | 0 | 1001100 | 1010011 | 1000001 | 101 | 1000111 | 10100 |
Color Harmonies of #58150F
Complementary color
Monochromatic Colors of #58150F
Black with #58150F
Text Example
Text Example
White with #58150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58150F; }
p { color: rgb(88,21,15); }
H1.HeaderClassName
{
color: #58150F;
}
.AnyTagClassName
{
color: #58150F;
}
</style>
background-color css
<style>
a { background-color: #58150F; }
a { background-color: rgb(88,21,15); }
div.DivClassName
{
background-color: #58150F;
}
.BgClassName
{
background-color: #58150F;
}
</style>
border-color css
<style>
span { border-color: #58150F; }
span { border-color: rgb(88,21,15); }
td.TdClassName
{
border-color: #58150F;
}
.TagClassName
{
border-color: #58150F;
}
</style>