Shades of Red Oxide #55170A
Tints of Red Oxide #55170A
RGB
CMYK
RGB Variations
Color information
#55170A (or 0x55170A) is known color: Red Oxide. HEX triplet: 55, 17 and 0A. RGB value is (85,23,10). Sum of RGB (Red+Green+Blue) = 85+23+10=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #55170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55170A is #AAE8F5. Grayscale: #282828. Windows color (decimal): -11200758 or 661333. OLE color: 661333.
HSL color Cylindrical-coordinate representation of color #55170A: hue angle of 10.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55170A is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 10 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.67 |
| HSL | 10.4º | 0.79% | 0.19% | - |
| HSV(B) | 10.4º | 0.88% | 0.33% | - |
| XYZ | 4.11 | 2.57 | 0.57 | - |
| YUV | 40.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 10 | 0 | 0.73 | 0.88 | 0.67 | 10.4 | 0.79 | 0.19 |
| Hex | 55 | 17 | A | 0 | 49 | 58 | 43 | A | 4F | 13 |
| Octal | 125 | 27 | 12 | 0 | 111 | 130 | 103 | 12 | 117 | 23 |
| Binary | 1010101 | 10111 | 1010 | 0 | 1001001 | 1011000 | 1000011 | 1010 | 1001111 | 10011 |
Color Harmonies of #55170A
Complementary color
Monochromatic Colors of #55170A
Black with #55170A
Text Example
Text Example
White with #55170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55170A; }
p { color: rgb(85,23,10); }
H1.HeaderClassName
{
color: #55170A;
}
.AnyTagClassName
{
color: #55170A;
}
</style>
background-color css
<style>
a { background-color: #55170A; }
a { background-color: rgb(85,23,10); }
div.DivClassName
{
background-color: #55170A;
}
.BgClassName
{
background-color: #55170A;
}
</style>
border-color css
<style>
span { border-color: #55170A; }
span { border-color: rgb(85,23,10); }
td.TdClassName
{
border-color: #55170A;
}
.TagClassName
{
border-color: #55170A;
}
</style>