Shades of Red Oxide #580E00
Tints of Red Oxide #580E00
RGB
CMYK
RGB Variations
Color information
#580E00 (or 0x580E00) is known color: Red Oxide. HEX triplet: 58, 0E and 00. RGB value is (88,14,0). Sum of RGB (Red+Green+Blue) = 88+14+0=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #580E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E00 is #A7F1FF. Grayscale: #222222. Windows color (decimal): -11006464 or 3672. OLE color: 3672.
HSL color Cylindrical-coordinate representation of color #580E00: hue angle of 9.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580E00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.65 |
| HSL | 9.55º | 1% | 0.17% | - |
| HSV(B) | 9.55º | 1% | 0.35% | - |
| XYZ | 4.18 | 2.39 | 0.24 | - |
| YUV | 34.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 0 | 0 | 0.84 | 1 | 0.65 | 9.55 | 1 | 0.17 |
| Hex | 58 | E | 0 | 0 | 54 | 64 | 41 | A | 64 | 11 |
| Octal | 130 | 16 | 0 | 0 | 124 | 144 | 101 | 12 | 144 | 21 |
| Binary | 1011000 | 1110 | 0 | 0 | 1010100 | 1100100 | 1000001 | 1010 | 1100100 | 10001 |
Color Harmonies of #580E00
Complementary color
Monochromatic Colors of #580E00
Black with #580E00
Text Example
Text Example
White with #580E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E00; }
p { color: rgb(88,14,0); }
H1.HeaderClassName
{
color: #580E00;
}
.AnyTagClassName
{
color: #580E00;
}
</style>
background-color css
<style>
a { background-color: #580E00; }
a { background-color: rgb(88,14,0); }
div.DivClassName
{
background-color: #580E00;
}
.BgClassName
{
background-color: #580E00;
}
</style>
border-color css
<style>
span { border-color: #580E00; }
span { border-color: rgb(88,14,0); }
td.TdClassName
{
border-color: #580E00;
}
.TagClassName
{
border-color: #580E00;
}
</style>