Shades of Red Oxide #55170C
Tints of Red Oxide #55170C
RGB
CMYK
RGB Variations
Color information
#55170C (or 0x55170C) is known color: Red Oxide. HEX triplet: 55, 17 and 0C. RGB value is (85,23,12). Sum of RGB (Red+Green+Blue) = 85+23+12=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55170C is #AAE8F3. Grayscale: #282828. Windows color (decimal): -11200756 or 792405. OLE color: 792405.
HSL color Cylindrical-coordinate representation of color #55170C: hue angle of 9.04º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55170C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 12 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.67 |
| HSL | 9.04º | 0.75% | 0.19% | - |
| HSV(B) | 9.04º | 0.86% | 0.33% | - |
| XYZ | 4.12 | 2.57 | 0.63 | - |
| YUV | 40.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 12 | 0 | 0.73 | 0.86 | 0.67 | 9.04 | 0.75 | 0.19 |
| Hex | 55 | 17 | C | 0 | 49 | 56 | 43 | 9 | 4B | 13 |
| Octal | 125 | 27 | 14 | 0 | 111 | 126 | 103 | 11 | 113 | 23 |
| Binary | 1010101 | 10111 | 1100 | 0 | 1001001 | 1010110 | 1000011 | 1001 | 1001011 | 10011 |
Color Harmonies of #55170C
Complementary color
Monochromatic Colors of #55170C
Black with #55170C
Text Example
Text Example
White with #55170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55170C; }
p { color: rgb(85,23,12); }
H1.HeaderClassName
{
color: #55170C;
}
.AnyTagClassName
{
color: #55170C;
}
</style>
background-color css
<style>
a { background-color: #55170C; }
a { background-color: rgb(85,23,12); }
div.DivClassName
{
background-color: #55170C;
}
.BgClassName
{
background-color: #55170C;
}
</style>
border-color css
<style>
span { border-color: #55170C; }
span { border-color: rgb(85,23,12); }
td.TdClassName
{
border-color: #55170C;
}
.TagClassName
{
border-color: #55170C;
}
</style>