Shades of Red Oxide #58170C
Tints of Red Oxide #58170C
RGB
CMYK
RGB Variations
Color information
#58170C (or 0x58170C) is known color: Red Oxide. HEX triplet: 58, 17 and 0C. RGB value is (88,23,12). Sum of RGB (Red+Green+Blue) = 88+23+12=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #58170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58170C is #A7E8F3. Grayscale: #292929. Windows color (decimal): -11004148 or 792408. OLE color: 792408.
HSL color Cylindrical-coordinate representation of color #58170C: hue angle of 8.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58170C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 12 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.65 |
| HSL | 8.68º | 0.76% | 0.2% | - |
| HSV(B) | 8.68º | 0.86% | 0.35% | - |
| XYZ | 4.4 | 2.71 | 0.64 | - |
| YUV | 41.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 12 | 0 | 0.74 | 0.86 | 0.65 | 8.68 | 0.76 | 0.2 |
| Hex | 58 | 17 | C | 0 | 4A | 56 | 41 | 9 | 4C | 14 |
| Octal | 130 | 27 | 14 | 0 | 112 | 126 | 101 | 11 | 114 | 24 |
| Binary | 1011000 | 10111 | 1100 | 0 | 1001010 | 1010110 | 1000001 | 1001 | 1001100 | 10100 |
Color Harmonies of #58170C
Complementary color
Monochromatic Colors of #58170C
Black with #58170C
Text Example
Text Example
White with #58170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58170C; }
p { color: rgb(88,23,12); }
H1.HeaderClassName
{
color: #58170C;
}
.AnyTagClassName
{
color: #58170C;
}
</style>
background-color css
<style>
a { background-color: #58170C; }
a { background-color: rgb(88,23,12); }
div.DivClassName
{
background-color: #58170C;
}
.BgClassName
{
background-color: #58170C;
}
</style>
border-color css
<style>
span { border-color: #58170C; }
span { border-color: rgb(88,23,12); }
td.TdClassName
{
border-color: #58170C;
}
.TagClassName
{
border-color: #58170C;
}
</style>