Shades of Red Oxide #58100B
Tints of Red Oxide #58100B
RGB
CMYK
RGB Variations
Color information
#58100B (or 0x58100B) is known color: Red Oxide. HEX triplet: 58, 10 and 0B. RGB value is (88,16,11). Sum of RGB (Red+Green+Blue) = 88+16+11=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #58100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100B is #A7EFF4. Grayscale: #252525. Windows color (decimal): -11005941 or 725080. OLE color: 725080.
HSL color Cylindrical-coordinate representation of color #58100B: hue angle of 3.9º 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 #58100B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 11 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.65 |
| HSL | 3.9º | 0.78% | 0.19% | - |
| HSV(B) | 3.9º | 0.88% | 0.35% | - |
| XYZ | 4.27 | 2.47 | 0.57 | - |
| YUV | 36.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 11 | 0 | 0.82 | 0.88 | 0.65 | 3.9 | 0.78 | 0.19 |
| Hex | 58 | 10 | B | 0 | 52 | 58 | 41 | 4 | 4E | 13 |
| Octal | 130 | 20 | 13 | 0 | 122 | 130 | 101 | 4 | 116 | 23 |
| Binary | 1011000 | 10000 | 1011 | 0 | 1010010 | 1011000 | 1000001 | 100 | 1001110 | 10011 |
Color Harmonies of #58100B
Complementary color
Monochromatic Colors of #58100B
Black with #58100B
Text Example
Text Example
White with #58100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58100B; }
p { color: rgb(88,16,11); }
H1.HeaderClassName
{
color: #58100B;
}
.AnyTagClassName
{
color: #58100B;
}
</style>
background-color css
<style>
a { background-color: #58100B; }
a { background-color: rgb(88,16,11); }
div.DivClassName
{
background-color: #58100B;
}
.BgClassName
{
background-color: #58100B;
}
</style>
border-color css
<style>
span { border-color: #58100B; }
span { border-color: rgb(88,16,11); }
td.TdClassName
{
border-color: #58100B;
}
.TagClassName
{
border-color: #58100B;
}
</style>