Shades of Red Oxide #500F05
Tints of Red Oxide #500F05
RGB
CMYK
RGB Variations
Color information
#500F05 (or 0x500F05) is known color: Red Oxide. HEX triplet: 50, 0F and 05. RGB value is (80,15,5). Sum of RGB (Red+Green+Blue) = 80+15+5=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F05 is #AFF0FA. Grayscale: #212121. Windows color (decimal): -11530491 or 331600. OLE color: 331600.
HSL color Cylindrical-coordinate representation of color #500F05: hue angle of 8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500F05 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 5 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.69 |
| HSL | 8º | 0.88% | 0.17% | - |
| HSV(B) | 8º | 0.94% | 0.31% | - |
| XYZ | 3.51 | 2.06 | 0.36 | - |
| YUV | 33.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 5 | 0 | 0.81 | 0.94 | 0.69 | 8 | 0.88 | 0.17 |
| Hex | 50 | F | 5 | 0 | 51 | 5E | 45 | 8 | 58 | 11 |
| Octal | 120 | 17 | 5 | 0 | 121 | 136 | 105 | 10 | 130 | 21 |
| Binary | 1010000 | 1111 | 101 | 0 | 1010001 | 1011110 | 1000101 | 1000 | 1011000 | 10001 |
Color Harmonies of #500F05
Complementary color
Monochromatic Colors of #500F05
Black with #500F05
Text Example
Text Example
White with #500F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F05; }
p { color: rgb(80,15,5); }
H1.HeaderClassName
{
color: #500F05;
}
.AnyTagClassName
{
color: #500F05;
}
</style>
background-color css
<style>
a { background-color: #500F05; }
a { background-color: rgb(80,15,5); }
div.DivClassName
{
background-color: #500F05;
}
.BgClassName
{
background-color: #500F05;
}
</style>
border-color css
<style>
span { border-color: #500F05; }
span { border-color: rgb(80,15,5); }
td.TdClassName
{
border-color: #500F05;
}
.TagClassName
{
border-color: #500F05;
}
</style>