Shades of Red Oxide #580505
Tints of Red Oxide #580505
RGB
CMYK
RGB Variations
Color information
#580505 (or 0x580505) is known color: Red Oxide. HEX triplet: 58, 05 and 05. RGB value is (88,5,5). Sum of RGB (Red+Green+Blue) = 88+5+5=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580505 is #A7FAFA. Grayscale: #1D1D1D. Windows color (decimal): -11008763 or 329048. OLE color: 329048.
HSL color Cylindrical-coordinate representation of color #580505: hue angle of 0º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580505 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 5 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.65 |
| HSL | 0º | 0.89% | 0.18% | - |
| HSV(B) | 0º | 0.94% | 0.35% | - |
| XYZ | 4.11 | 2.19 | 0.35 | - |
| YUV | 29.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 5 | 0 | 0.94 | 0.94 | 0.65 | 0 | 0.89 | 0.18 |
| Hex | 58 | 5 | 5 | 0 | 5E | 5E | 41 | 0 | 59 | 12 |
| Octal | 130 | 5 | 5 | 0 | 136 | 136 | 101 | 0 | 131 | 22 |
| Binary | 1011000 | 101 | 101 | 0 | 1011110 | 1011110 | 1000001 | 0 | 1011001 | 10010 |
Color Harmonies of #580505
Complementary color
Monochromatic Colors of #580505
Black with #580505
Text Example
Text Example
White with #580505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580505; }
p { color: rgb(88,5,5); }
H1.HeaderClassName
{
color: #580505;
}
.AnyTagClassName
{
color: #580505;
}
</style>
background-color css
<style>
a { background-color: #580505; }
a { background-color: rgb(88,5,5); }
div.DivClassName
{
background-color: #580505;
}
.BgClassName
{
background-color: #580505;
}
</style>
border-color css
<style>
span { border-color: #580505; }
span { border-color: rgb(88,5,5); }
td.TdClassName
{
border-color: #580505;
}
.TagClassName
{
border-color: #580505;
}
</style>