Shades of Red Oxide #501202
Tints of Red Oxide #501202
RGB
CMYK
RGB Variations
Color information
#501202 (or 0x501202) is known color: Red Oxide. HEX triplet: 50, 12 and 02. RGB value is (80,18,2). Sum of RGB (Red+Green+Blue) = 80+18+2=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #501202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501202 is #AFEDFD. Grayscale: #222222. Windows color (decimal): -11529726 or 135760. OLE color: 135760.
HSL color Cylindrical-coordinate representation of color #501202: hue angle of 12.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501202 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 2 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.69 |
| HSL | 12.31º | 0.95% | 0.16% | - |
| HSV(B) | 12.31º | 0.98% | 0.31% | - |
| XYZ | 3.54 | 2.14 | 0.28 | - |
| YUV | 34.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 2 | 0 | 0.78 | 0.98 | 0.69 | 12.31 | 0.95 | 0.16 |
| Hex | 50 | 12 | 2 | 0 | 4E | 62 | 45 | C | 5F | 10 |
| Octal | 120 | 22 | 2 | 0 | 116 | 142 | 105 | 14 | 137 | 20 |
| Binary | 1010000 | 10010 | 10 | 0 | 1001110 | 1100010 | 1000101 | 1100 | 1011111 | 10000 |
Color Harmonies of #501202
Complementary color
Monochromatic Colors of #501202
Black with #501202
Text Example
Text Example
White with #501202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501202; }
p { color: rgb(80,18,2); }
H1.HeaderClassName
{
color: #501202;
}
.AnyTagClassName
{
color: #501202;
}
</style>
background-color css
<style>
a { background-color: #501202; }
a { background-color: rgb(80,18,2); }
div.DivClassName
{
background-color: #501202;
}
.BgClassName
{
background-color: #501202;
}
</style>
border-color css
<style>
span { border-color: #501202; }
span { border-color: rgb(80,18,2); }
td.TdClassName
{
border-color: #501202;
}
.TagClassName
{
border-color: #501202;
}
</style>