Shades of Red Oxide #500F06
Tints of Red Oxide #500F06
RGB
CMYK
RGB Variations
Color information
#500F06 (or 0x500F06) is known color: Red Oxide. HEX triplet: 50, 0F and 06. RGB value is (80,15,6). Sum of RGB (Red+Green+Blue) = 80+15+6=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F06 is #AFF0F9. Grayscale: #212121. Windows color (decimal): -11530490 or 397136. OLE color: 397136.
HSL color Cylindrical-coordinate representation of color #500F06: hue angle of 7.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500F06 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 6 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.69 |
| HSL | 7.3º | 0.86% | 0.17% | - |
| HSV(B) | 7.3º | 0.93% | 0.31% | - |
| XYZ | 3.51 | 2.06 | 0.38 | - |
| YUV | 33.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 6 | 0 | 0.81 | 0.92 | 0.69 | 7.3 | 0.86 | 0.17 |
| Hex | 50 | F | 6 | 0 | 51 | 5C | 45 | 7 | 56 | 11 |
| Octal | 120 | 17 | 6 | 0 | 121 | 134 | 105 | 7 | 126 | 21 |
| Binary | 1010000 | 1111 | 110 | 0 | 1010001 | 1011100 | 1000101 | 111 | 1010110 | 10001 |
Color Harmonies of #500F06
Complementary color
Monochromatic Colors of #500F06
Black with #500F06
Text Example
Text Example
White with #500F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F06; }
p { color: rgb(80,15,6); }
H1.HeaderClassName
{
color: #500F06;
}
.AnyTagClassName
{
color: #500F06;
}
</style>
background-color css
<style>
a { background-color: #500F06; }
a { background-color: rgb(80,15,6); }
div.DivClassName
{
background-color: #500F06;
}
.BgClassName
{
background-color: #500F06;
}
</style>
border-color css
<style>
span { border-color: #500F06; }
span { border-color: rgb(80,15,6); }
td.TdClassName
{
border-color: #500F06;
}
.TagClassName
{
border-color: #500F06;
}
</style>