Shades of Red Oxide #580404
Tints of Red Oxide #580404
RGB
CMYK
RGB Variations
Color information
#580404 (or 0x580404) is known color: Red Oxide. HEX triplet: 58, 04 and 04. RGB value is (88,4,4). Sum of RGB (Red+Green+Blue) = 88+4+4=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580404 is #A7FBFB. Grayscale: #1D1D1D. Windows color (decimal): -11009020 or 263256. OLE color: 263256.
HSL color Cylindrical-coordinate representation of color #580404: hue angle of 0º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580404 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 4 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.65 |
| HSL | 0º | 0.91% | 0.18% | - |
| HSV(B) | 0º | 0.95% | 0.35% | - |
| XYZ | 4.09 | 2.17 | 0.32 | - |
| YUV | 29.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 4 | 0 | 0.95 | 0.95 | 0.65 | 0 | 0.91 | 0.18 |
| Hex | 58 | 4 | 4 | 0 | 5F | 5F | 41 | 0 | 5B | 12 |
| Octal | 130 | 4 | 4 | 0 | 137 | 137 | 101 | 0 | 133 | 22 |
| Binary | 1011000 | 100 | 100 | 0 | 1011111 | 1011111 | 1000001 | 0 | 1011011 | 10010 |
Color Harmonies of #580404
Complementary color
Monochromatic Colors of #580404
Black with #580404
Text Example
Text Example
White with #580404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580404; }
p { color: rgb(88,4,4); }
H1.HeaderClassName
{
color: #580404;
}
.AnyTagClassName
{
color: #580404;
}
</style>
background-color css
<style>
a { background-color: #580404; }
a { background-color: rgb(88,4,4); }
div.DivClassName
{
background-color: #580404;
}
.BgClassName
{
background-color: #580404;
}
</style>
border-color css
<style>
span { border-color: #580404; }
span { border-color: rgb(88,4,4); }
td.TdClassName
{
border-color: #580404;
}
.TagClassName
{
border-color: #580404;
}
</style>