Shades of Red Oxide #55120B
Tints of Red Oxide #55120B
RGB
CMYK
RGB Variations
Color information
#55120B (or 0x55120B) is known color: Red Oxide. HEX triplet: 55, 12 and 0B. RGB value is (85,18,11). Sum of RGB (Red+Green+Blue) = 85+18+11=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55120B is #AAEDF4. Grayscale: #252525. Windows color (decimal): -11202037 or 725589. OLE color: 725589.
HSL color Cylindrical-coordinate representation of color #55120B: hue angle of 5.68º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55120B is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 11 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.67 |
| HSL | 5.68º | 0.77% | 0.19% | - |
| HSV(B) | 5.68º | 0.87% | 0.33% | - |
| XYZ | 4.02 | 2.39 | 0.57 | - |
| YUV | 37.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 11 | 0 | 0.79 | 0.87 | 0.67 | 5.68 | 0.77 | 0.19 |
| Hex | 55 | 12 | B | 0 | 4F | 57 | 43 | 6 | 4D | 13 |
| Octal | 125 | 22 | 13 | 0 | 117 | 127 | 103 | 6 | 115 | 23 |
| Binary | 1010101 | 10010 | 1011 | 0 | 1001111 | 1010111 | 1000011 | 110 | 1001101 | 10011 |
Color Harmonies of #55120B
Complementary color
Monochromatic Colors of #55120B
Black with #55120B
Text Example
Text Example
White with #55120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55120B; }
p { color: rgb(85,18,11); }
H1.HeaderClassName
{
color: #55120B;
}
.AnyTagClassName
{
color: #55120B;
}
</style>
background-color css
<style>
a { background-color: #55120B; }
a { background-color: rgb(85,18,11); }
div.DivClassName
{
background-color: #55120B;
}
.BgClassName
{
background-color: #55120B;
}
</style>
border-color css
<style>
span { border-color: #55120B; }
span { border-color: rgb(85,18,11); }
td.TdClassName
{
border-color: #55120B;
}
.TagClassName
{
border-color: #55120B;
}
</style>