Shades of Red Oxide #511002
Tints of Red Oxide #511002
RGB
CMYK
RGB Variations
Color information
#511002 (or 0x511002) is known color: Red Oxide. HEX triplet: 51, 10 and 02. RGB value is (81,16,2). Sum of RGB (Red+Green+Blue) = 81+16+2=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #511002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511002 is #AEEFFD. Grayscale: #212121. Windows color (decimal): -11464702 or 135249. OLE color: 135249.
HSL color Cylindrical-coordinate representation of color #511002: hue angle of 10.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #511002 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 16 | 2 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.68 |
| HSL | 10.63º | 0.95% | 0.16% | - |
| HSV(B) | 10.63º | 0.98% | 0.32% | - |
| XYZ | 3.59 | 2.12 | 0.28 | - |
| YUV | 33.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 2 | 0 | 0.80 | 0.98 | 0.68 | 10.63 | 0.95 | 0.16 |
| Hex | 51 | 10 | 2 | 0 | 50 | 62 | 44 | B | 5F | 10 |
| Octal | 121 | 20 | 2 | 0 | 120 | 142 | 104 | 13 | 137 | 20 |
| Binary | 1010001 | 10000 | 10 | 0 | 1010000 | 1100010 | 1000100 | 1011 | 1011111 | 10000 |
Color Harmonies of #511002
Complementary color
Monochromatic Colors of #511002
Black with #511002
Text Example
Text Example
White with #511002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511002; }
p { color: rgb(81,16,2); }
H1.HeaderClassName
{
color: #511002;
}
.AnyTagClassName
{
color: #511002;
}
</style>
background-color css
<style>
a { background-color: #511002; }
a { background-color: rgb(81,16,2); }
div.DivClassName
{
background-color: #511002;
}
.BgClassName
{
background-color: #511002;
}
</style>
border-color css
<style>
span { border-color: #511002; }
span { border-color: rgb(81,16,2); }
td.TdClassName
{
border-color: #511002;
}
.TagClassName
{
border-color: #511002;
}
</style>