Shades of Red Oxide #55160D
Tints of Red Oxide #55160D
RGB
CMYK
RGB Variations
Color information
#55160D (or 0x55160D) is known color: Red Oxide. HEX triplet: 55, 16 and 0D. RGB value is (85,22,13). Sum of RGB (Red+Green+Blue) = 85+22+13=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55160D is #AAE9F2. Grayscale: #272727. Windows color (decimal): -11201011 or 857685. OLE color: 857685.
HSL color Cylindrical-coordinate representation of color #55160D: hue angle of 7.5º 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 #55160D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 13 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.67 |
| HSL | 7.5º | 0.73% | 0.19% | - |
| HSV(B) | 7.5º | 0.85% | 0.33% | - |
| XYZ | 4.11 | 2.53 | 0.65 | - |
| YUV | 39.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 13 | 0 | 0.74 | 0.85 | 0.67 | 7.5 | 0.73 | 0.19 |
| Hex | 55 | 16 | D | 0 | 4A | 55 | 43 | 8 | 49 | 13 |
| Octal | 125 | 26 | 15 | 0 | 112 | 125 | 103 | 10 | 111 | 23 |
| Binary | 1010101 | 10110 | 1101 | 0 | 1001010 | 1010101 | 1000011 | 1000 | 1001001 | 10011 |
Color Harmonies of #55160D
Complementary color
Monochromatic Colors of #55160D
Black with #55160D
Text Example
Text Example
White with #55160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55160D; }
p { color: rgb(85,22,13); }
H1.HeaderClassName
{
color: #55160D;
}
.AnyTagClassName
{
color: #55160D;
}
</style>
background-color css
<style>
a { background-color: #55160D; }
a { background-color: rgb(85,22,13); }
div.DivClassName
{
background-color: #55160D;
}
.BgClassName
{
background-color: #55160D;
}
</style>
border-color css
<style>
span { border-color: #55160D; }
span { border-color: rgb(85,22,13); }
td.TdClassName
{
border-color: #55160D;
}
.TagClassName
{
border-color: #55160D;
}
</style>