Shades of Red Oxide #511203
Tints of Red Oxide #511203
RGB
CMYK
RGB Variations
Color information
#511203 (or 0x511203) is known color: Red Oxide. HEX triplet: 51, 12 and 03. RGB value is (81,18,3). Sum of RGB (Red+Green+Blue) = 81+18+3=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #511203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511203 is #AEEDFC. Grayscale: #232323. Windows color (decimal): -11464189 or 201297. OLE color: 201297.
HSL color Cylindrical-coordinate representation of color #511203: hue angle of 11.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #511203 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 3 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.68 |
| HSL | 11.54º | 0.93% | 0.16% | - |
| HSV(B) | 11.54º | 0.96% | 0.32% | - |
| XYZ | 3.63 | 2.19 | 0.32 | - |
| YUV | 35.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 3 | 0 | 0.78 | 0.96 | 0.68 | 11.54 | 0.93 | 0.16 |
| Hex | 51 | 12 | 3 | 0 | 4E | 60 | 44 | C | 5D | 10 |
| Octal | 121 | 22 | 3 | 0 | 116 | 140 | 104 | 14 | 135 | 20 |
| Binary | 1010001 | 10010 | 11 | 0 | 1001110 | 1100000 | 1000100 | 1100 | 1011101 | 10000 |
Color Harmonies of #511203
Complementary color
Monochromatic Colors of #511203
Black with #511203
Text Example
Text Example
White with #511203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511203; }
p { color: rgb(81,18,3); }
H1.HeaderClassName
{
color: #511203;
}
.AnyTagClassName
{
color: #511203;
}
</style>
background-color css
<style>
a { background-color: #511203; }
a { background-color: rgb(81,18,3); }
div.DivClassName
{
background-color: #511203;
}
.BgClassName
{
background-color: #511203;
}
</style>
border-color css
<style>
span { border-color: #511203; }
span { border-color: rgb(81,18,3); }
td.TdClassName
{
border-color: #511203;
}
.TagClassName
{
border-color: #511203;
}
</style>