Shades of Red Oxide #58100E
Tints of Red Oxide #58100E
RGB
CMYK
RGB Variations
Color information
#58100E (or 0x58100E) is known color: Red Oxide. HEX triplet: 58, 10 and 0E. RGB value is (88,16,14). Sum of RGB (Red+Green+Blue) = 88+16+14=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100E is #A7EFF1. Grayscale: #252525. Windows color (decimal): -11005938 or 921688. OLE color: 921688.
HSL color Cylindrical-coordinate representation of color #58100E: hue angle of 1.62º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58100E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 14 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.65 |
| HSL | 1.62º | 0.73% | 0.2% | - |
| HSV(B) | 1.62º | 0.84% | 0.35% | - |
| XYZ | 4.29 | 2.48 | 0.67 | - |
| YUV | 37.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 14 | 0 | 0.82 | 0.84 | 0.65 | 1.62 | 0.73 | 0.2 |
| Hex | 58 | 10 | E | 0 | 52 | 54 | 41 | 2 | 49 | 14 |
| Octal | 130 | 20 | 16 | 0 | 122 | 124 | 101 | 2 | 111 | 24 |
| Binary | 1011000 | 10000 | 1110 | 0 | 1010010 | 1010100 | 1000001 | 10 | 1001001 | 10100 |
Color Harmonies of #58100E
Complementary color
Monochromatic Colors of #58100E
Black with #58100E
Text Example
Text Example
White with #58100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58100E; }
p { color: rgb(88,16,14); }
H1.HeaderClassName
{
color: #58100E;
}
.AnyTagClassName
{
color: #58100E;
}
</style>
background-color css
<style>
a { background-color: #58100E; }
a { background-color: rgb(88,16,14); }
div.DivClassName
{
background-color: #58100E;
}
.BgClassName
{
background-color: #58100E;
}
</style>
border-color css
<style>
span { border-color: #58100E; }
span { border-color: rgb(88,16,14); }
td.TdClassName
{
border-color: #58100E;
}
.TagClassName
{
border-color: #58100E;
}
</style>