Shades of Red Oxide #500F00
Tints of Red Oxide #500F00
RGB
CMYK
RGB Variations
Color information
#500F00 (or 0x500F00) is known color: Red Oxide. HEX triplet: 50, 0F and 00. RGB value is (80,15,0). Sum of RGB (Red+Green+Blue) = 80+15+0=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #500F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F00 is #AFF0FF. Grayscale: #202020. Windows color (decimal): -11530496 or 3920. OLE color: 3920.
HSL color Cylindrical-coordinate representation of color #500F00: hue angle of 11.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500F00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.69 |
| HSL | 11.25º | 1% | 0.16% | - |
| HSV(B) | 11.25º | 1% | 0.31% | - |
| XYZ | 3.48 | 2.05 | 0.21 | - |
| YUV | 32.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 0 | 0 | 0.81 | 1 | 0.69 | 11.25 | 1 | 0.16 |
| Hex | 50 | F | 0 | 0 | 51 | 64 | 45 | B | 64 | 10 |
| Octal | 120 | 17 | 0 | 0 | 121 | 144 | 105 | 13 | 144 | 20 |
| Binary | 1010000 | 1111 | 0 | 0 | 1010001 | 1100100 | 1000101 | 1011 | 1100100 | 10000 |
Color Harmonies of #500F00
Complementary color
Monochromatic Colors of #500F00
Black with #500F00
Text Example
Text Example
White with #500F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F00; }
p { color: rgb(80,15,0); }
H1.HeaderClassName
{
color: #500F00;
}
.AnyTagClassName
{
color: #500F00;
}
</style>
background-color css
<style>
a { background-color: #500F00; }
a { background-color: rgb(80,15,0); }
div.DivClassName
{
background-color: #500F00;
}
.BgClassName
{
background-color: #500F00;
}
</style>
border-color css
<style>
span { border-color: #500F00; }
span { border-color: rgb(80,15,0); }
td.TdClassName
{
border-color: #500F00;
}
.TagClassName
{
border-color: #500F00;
}
</style>