Shades of Red Oxide #55180D
Tints of Red Oxide #55180D
RGB
CMYK
RGB Variations
Color information
#55180D (or 0x55180D) is known color: Red Oxide. HEX triplet: 55, 18 and 0D. RGB value is (85,24,13). Sum of RGB (Red+Green+Blue) = 85+24+13=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55180D is #AAE7F2. Grayscale: #292929. Windows color (decimal): -11200499 or 858197. OLE color: 858197.
HSL color Cylindrical-coordinate representation of color #55180D: hue angle of 9.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55180D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 13 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.67 |
| HSL | 9.17º | 0.73% | 0.19% | - |
| HSV(B) | 9.17º | 0.85% | 0.33% | - |
| XYZ | 4.15 | 2.61 | 0.67 | - |
| YUV | 40.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 13 | 0 | 0.72 | 0.85 | 0.67 | 9.17 | 0.73 | 0.19 |
| Hex | 55 | 18 | D | 0 | 48 | 55 | 43 | 9 | 49 | 13 |
| Octal | 125 | 30 | 15 | 0 | 110 | 125 | 103 | 11 | 111 | 23 |
| Binary | 1010101 | 11000 | 1101 | 0 | 1001000 | 1010101 | 1000011 | 1001 | 1001001 | 10011 |
Color Harmonies of #55180D
Complementary color
Monochromatic Colors of #55180D
Black with #55180D
Text Example
Text Example
White with #55180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55180D; }
p { color: rgb(85,24,13); }
H1.HeaderClassName
{
color: #55180D;
}
.AnyTagClassName
{
color: #55180D;
}
</style>
background-color css
<style>
a { background-color: #55180D; }
a { background-color: rgb(85,24,13); }
div.DivClassName
{
background-color: #55180D;
}
.BgClassName
{
background-color: #55180D;
}
</style>
border-color css
<style>
span { border-color: #55180D; }
span { border-color: rgb(85,24,13); }
td.TdClassName
{
border-color: #55180D;
}
.TagClassName
{
border-color: #55180D;
}
</style>