Shades of Red Oxide #55180C
Tints of Red Oxide #55180C
RGB
CMYK
RGB Variations
Color information
#55180C (or 0x55180C) is known color: Red Oxide. HEX triplet: 55, 18 and 0C. RGB value is (85,24,12). Sum of RGB (Red+Green+Blue) = 85+24+12=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55180C is #AAE7F3. Grayscale: #282828. Windows color (decimal): -11200500 or 792661. OLE color: 792661.
HSL color Cylindrical-coordinate representation of color #55180C: hue angle of 9.86º 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 #55180C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 12 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.67 |
| HSL | 9.86º | 0.75% | 0.19% | - |
| HSV(B) | 9.86º | 0.86% | 0.33% | - |
| XYZ | 4.14 | 2.61 | 0.63 | - |
| YUV | 40.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 12 | 0 | 0.72 | 0.86 | 0.67 | 9.86 | 0.75 | 0.19 |
| Hex | 55 | 18 | C | 0 | 48 | 56 | 43 | A | 4B | 13 |
| Octal | 125 | 30 | 14 | 0 | 110 | 126 | 103 | 12 | 113 | 23 |
| Binary | 1010101 | 11000 | 1100 | 0 | 1001000 | 1010110 | 1000011 | 1010 | 1001011 | 10011 |
Color Harmonies of #55180C
Complementary color
Monochromatic Colors of #55180C
Black with #55180C
Text Example
Text Example
White with #55180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55180C; }
p { color: rgb(85,24,12); }
H1.HeaderClassName
{
color: #55180C;
}
.AnyTagClassName
{
color: #55180C;
}
</style>
background-color css
<style>
a { background-color: #55180C; }
a { background-color: rgb(85,24,12); }
div.DivClassName
{
background-color: #55180C;
}
.BgClassName
{
background-color: #55180C;
}
</style>
border-color css
<style>
span { border-color: #55180C; }
span { border-color: rgb(85,24,12); }
td.TdClassName
{
border-color: #55180C;
}
.TagClassName
{
border-color: #55180C;
}
</style>