Shades of Red Oxide #55160F
Tints of Red Oxide #55160F
RGB
CMYK
RGB Variations
Color information
#55160F (or 0x55160F) is known color: Red Oxide. HEX triplet: 55, 16 and 0F. RGB value is (85,22,15). Sum of RGB (Red+Green+Blue) = 85+22+15=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55160F is #AAE9F0. Grayscale: #282828. Windows color (decimal): -11201009 or 988757. OLE color: 988757.
HSL color Cylindrical-coordinate representation of color #55160F: hue angle of 6º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55160F is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 15 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.67 |
| HSL | 6º | 0.7% | 0.2% | - |
| HSV(B) | 6º | 0.82% | 0.33% | - |
| XYZ | 4.12 | 2.54 | 0.73 | - |
| YUV | 40.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 15 | 0 | 0.74 | 0.82 | 0.67 | 6 | 0.7 | 0.2 |
| Hex | 55 | 16 | F | 0 | 4A | 52 | 43 | 6 | 46 | 14 |
| Octal | 125 | 26 | 17 | 0 | 112 | 122 | 103 | 6 | 106 | 24 |
| Binary | 1010101 | 10110 | 1111 | 0 | 1001010 | 1010010 | 1000011 | 110 | 1000110 | 10100 |
Color Harmonies of #55160F
Complementary color
Monochromatic Colors of #55160F
Black with #55160F
Text Example
Text Example
White with #55160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55160F; }
p { color: rgb(85,22,15); }
H1.HeaderClassName
{
color: #55160F;
}
.AnyTagClassName
{
color: #55160F;
}
</style>
background-color css
<style>
a { background-color: #55160F; }
a { background-color: rgb(85,22,15); }
div.DivClassName
{
background-color: #55160F;
}
.BgClassName
{
background-color: #55160F;
}
</style>
border-color css
<style>
span { border-color: #55160F; }
span { border-color: rgb(85,22,15); }
td.TdClassName
{
border-color: #55160F;
}
.TagClassName
{
border-color: #55160F;
}
</style>