Shades of Red Oxide #511A12
Tints of Red Oxide #511A12
RGB
CMYK
RGB Variations
Color information
#511A12 (or 0x511A12) is known color: Red Oxide. HEX triplet: 51, 1A and 12. RGB value is (81,26,18). Sum of RGB (Red+Green+Blue) = 81+26+18=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A12 is #AEE5ED. Grayscale: #292929. Windows color (decimal): -11462126 or 1186385. OLE color: 1186385.
HSL color Cylindrical-coordinate representation of color #511A12: hue angle of 7.62º 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 #511A12 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 18 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.68 |
| HSL | 7.62º | 0.64% | 0.19% | - |
| HSV(B) | 7.62º | 0.78% | 0.32% | - |
| XYZ | 3.87 | 2.53 | 0.86 | - |
| YUV | 41.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 18 | 0 | 0.68 | 0.78 | 0.68 | 7.62 | 0.64 | 0.19 |
| Hex | 51 | 1A | 12 | 0 | 44 | 4E | 44 | 8 | 40 | 13 |
| Octal | 121 | 32 | 22 | 0 | 104 | 116 | 104 | 10 | 100 | 23 |
| Binary | 1010001 | 11010 | 10010 | 0 | 1000100 | 1001110 | 1000100 | 1000 | 1000000 | 10011 |
Color Harmonies of #511A12
Complementary color
Monochromatic Colors of #511A12
Black with #511A12
Text Example
Text Example
White with #511A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A12; }
p { color: rgb(81,26,18); }
H1.HeaderClassName
{
color: #511A12;
}
.AnyTagClassName
{
color: #511A12;
}
</style>
background-color css
<style>
a { background-color: #511A12; }
a { background-color: rgb(81,26,18); }
div.DivClassName
{
background-color: #511A12;
}
.BgClassName
{
background-color: #511A12;
}
</style>
border-color css
<style>
span { border-color: #511A12; }
span { border-color: rgb(81,26,18); }
td.TdClassName
{
border-color: #511A12;
}
.TagClassName
{
border-color: #511A12;
}
</style>