Shades of Red Oxide #58100F
Tints of Red Oxide #58100F
RGB
CMYK
RGB Variations
Color information
#58100F (or 0x58100F) is known color: Red Oxide. HEX triplet: 58, 10 and 0F. RGB value is (88,16,15). Sum of RGB (Red+Green+Blue) = 88+16+15=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100F is #A7EFF0. Grayscale: #252525. Windows color (decimal): -11005937 or 987224. OLE color: 987224.
HSL color Cylindrical-coordinate representation of color #58100F: hue angle of 0.82º 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 #58100F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 15 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.65 |
| HSL | 0.82º | 0.71% | 0.2% | - |
| HSV(B) | 0.82º | 0.83% | 0.35% | - |
| XYZ | 4.3 | 2.48 | 0.7 | - |
| YUV | 37.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 15 | 0 | 0.82 | 0.83 | 0.65 | 0.82 | 0.71 | 0.2 |
| Hex | 58 | 10 | F | 0 | 52 | 53 | 41 | 1 | 47 | 14 |
| Octal | 130 | 20 | 17 | 0 | 122 | 123 | 101 | 1 | 107 | 24 |
| Binary | 1011000 | 10000 | 1111 | 0 | 1010010 | 1010011 | 1000001 | 1 | 1000111 | 10100 |
Color Harmonies of #58100F
Complementary color
Monochromatic Colors of #58100F
Black with #58100F
Text Example
Text Example
White with #58100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58100F; }
p { color: rgb(88,16,15); }
H1.HeaderClassName
{
color: #58100F;
}
.AnyTagClassName
{
color: #58100F;
}
</style>
background-color css
<style>
a { background-color: #58100F; }
a { background-color: rgb(88,16,15); }
div.DivClassName
{
background-color: #58100F;
}
.BgClassName
{
background-color: #58100F;
}
</style>
border-color css
<style>
span { border-color: #58100F; }
span { border-color: rgb(88,16,15); }
td.TdClassName
{
border-color: #58100F;
}
.TagClassName
{
border-color: #58100F;
}
</style>