Shades of Red Oxide #55120E
Tints of Red Oxide #55120E
RGB
CMYK
RGB Variations
Color information
#55120E (or 0x55120E) is known color: Red Oxide. HEX triplet: 55, 12 and 0E. RGB value is (85,18,14). Sum of RGB (Red+Green+Blue) = 85+18+14=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55120E is #AAEDF1. Grayscale: #252525. Windows color (decimal): -11202034 or 922197. OLE color: 922197.
HSL color Cylindrical-coordinate representation of color #55120E: hue angle of 3.38º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55120E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 14 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.67 |
| HSL | 3.38º | 0.72% | 0.19% | - |
| HSV(B) | 3.38º | 0.84% | 0.33% | - |
| XYZ | 4.04 | 2.4 | 0.66 | - |
| YUV | 37.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 14 | 0 | 0.79 | 0.84 | 0.67 | 3.38 | 0.72 | 0.19 |
| Hex | 55 | 12 | E | 0 | 4F | 54 | 43 | 3 | 48 | 13 |
| Octal | 125 | 22 | 16 | 0 | 117 | 124 | 103 | 3 | 110 | 23 |
| Binary | 1010101 | 10010 | 1110 | 0 | 1001111 | 1010100 | 1000011 | 11 | 1001000 | 10011 |
Color Harmonies of #55120E
Complementary color
Monochromatic Colors of #55120E
Black with #55120E
Text Example
Text Example
White with #55120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55120E; }
p { color: rgb(85,18,14); }
H1.HeaderClassName
{
color: #55120E;
}
.AnyTagClassName
{
color: #55120E;
}
</style>
background-color css
<style>
a { background-color: #55120E; }
a { background-color: rgb(85,18,14); }
div.DivClassName
{
background-color: #55120E;
}
.BgClassName
{
background-color: #55120E;
}
</style>
border-color css
<style>
span { border-color: #55120E; }
span { border-color: rgb(85,18,14); }
td.TdClassName
{
border-color: #55120E;
}
.TagClassName
{
border-color: #55120E;
}
</style>