Shades of Red Oxide #580C0A
Tints of Red Oxide #580C0A
RGB
CMYK
RGB Variations
Color information
#580C0A (or 0x580C0A) is known color: Red Oxide. HEX triplet: 58, 0C and 0A. RGB value is (88,12,10). Sum of RGB (Red+Green+Blue) = 88+12+10=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C0A is #A7F3F5. Grayscale: #222222. Windows color (decimal): -11006966 or 658520. OLE color: 658520.
HSL color Cylindrical-coordinate representation of color #580C0A: hue angle of 1.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580C0A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 10 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.65 |
| HSL | 1.54º | 0.8% | 0.19% | - |
| HSV(B) | 1.54º | 0.89% | 0.35% | - |
| XYZ | 4.21 | 2.36 | 0.52 | - |
| YUV | 34.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 10 | 0 | 0.86 | 0.89 | 0.65 | 1.54 | 0.8 | 0.19 |
| Hex | 58 | C | A | 0 | 56 | 59 | 41 | 2 | 50 | 13 |
| Octal | 130 | 14 | 12 | 0 | 126 | 131 | 101 | 2 | 120 | 23 |
| Binary | 1011000 | 1100 | 1010 | 0 | 1010110 | 1011001 | 1000001 | 10 | 1010000 | 10011 |
Color Harmonies of #580C0A
Complementary color
Monochromatic Colors of #580C0A
Black with #580C0A
Text Example
Text Example
White with #580C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C0A; }
p { color: rgb(88,12,10); }
H1.HeaderClassName
{
color: #580C0A;
}
.AnyTagClassName
{
color: #580C0A;
}
</style>
background-color css
<style>
a { background-color: #580C0A; }
a { background-color: rgb(88,12,10); }
div.DivClassName
{
background-color: #580C0A;
}
.BgClassName
{
background-color: #580C0A;
}
</style>
border-color css
<style>
span { border-color: #580C0A; }
span { border-color: rgb(88,12,10); }
td.TdClassName
{
border-color: #580C0A;
}
.TagClassName
{
border-color: #580C0A;
}
</style>