Shades of Red Oxide #511212
Tints of Red Oxide #511212
RGB
CMYK
RGB Variations
Color information
#511212 (or 0x511212) is known color: Red Oxide. HEX triplet: 51, 12 and 12. RGB value is (81,18,18). Sum of RGB (Red+Green+Blue) = 81+18+18=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #511212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511212 is #AEEDED. Grayscale: #242424. Windows color (decimal): -11464174 or 1184337. OLE color: 1184337.
HSL color Cylindrical-coordinate representation of color #511212: hue angle of 0º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511212 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 18 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.68 |
| HSL | 0º | 0.64% | 0.19% | - |
| HSV(B) | 0º | 0.78% | 0.32% | - |
| XYZ | 3.72 | 2.23 | 0.81 | - |
| YUV | 36.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 18 | 0 | 0.78 | 0.78 | 0.68 | 0 | 0.64 | 0.19 |
| Hex | 51 | 12 | 12 | 0 | 4E | 4E | 44 | 0 | 40 | 13 |
| Octal | 121 | 22 | 22 | 0 | 116 | 116 | 104 | 0 | 100 | 23 |
| Binary | 1010001 | 10010 | 10010 | 0 | 1001110 | 1001110 | 1000100 | 0 | 1000000 | 10011 |
Color Harmonies of #511212
Complementary color
Monochromatic Colors of #511212
Black with #511212
Text Example
Text Example
White with #511212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511212; }
p { color: rgb(81,18,18); }
H1.HeaderClassName
{
color: #511212;
}
.AnyTagClassName
{
color: #511212;
}
</style>
background-color css
<style>
a { background-color: #511212; }
a { background-color: rgb(81,18,18); }
div.DivClassName
{
background-color: #511212;
}
.BgClassName
{
background-color: #511212;
}
</style>
border-color css
<style>
span { border-color: #511212; }
span { border-color: rgb(81,18,18); }
td.TdClassName
{
border-color: #511212;
}
.TagClassName
{
border-color: #511212;
}
</style>