Shades of Red Oxide #500F08
Tints of Red Oxide #500F08
RGB
CMYK
RGB Variations
Color information
#500F08 (or 0x500F08) is known color: Red Oxide. HEX triplet: 50, 0F and 08. RGB value is (80,15,8). Sum of RGB (Red+Green+Blue) = 80+15+8=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F08 is #AFF0F7. Grayscale: #212121. Windows color (decimal): -11530488 or 528208. OLE color: 528208.
HSL color Cylindrical-coordinate representation of color #500F08: hue angle of 5.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500F08 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 8 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.69 |
| HSL | 5.83º | 0.82% | 0.17% | - |
| HSV(B) | 5.83º | 0.9% | 0.31% | - |
| XYZ | 3.52 | 2.06 | 0.44 | - |
| YUV | 33.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 8 | 0 | 0.81 | 0.90 | 0.69 | 5.83 | 0.82 | 0.17 |
| Hex | 50 | F | 8 | 0 | 51 | 5A | 45 | 6 | 52 | 11 |
| Octal | 120 | 17 | 10 | 0 | 121 | 132 | 105 | 6 | 122 | 21 |
| Binary | 1010000 | 1111 | 1000 | 0 | 1010001 | 1011010 | 1000101 | 110 | 1010010 | 10001 |
Color Harmonies of #500F08
Complementary color
Monochromatic Colors of #500F08
Black with #500F08
Text Example
Text Example
White with #500F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F08; }
p { color: rgb(80,15,8); }
H1.HeaderClassName
{
color: #500F08;
}
.AnyTagClassName
{
color: #500F08;
}
</style>
background-color css
<style>
a { background-color: #500F08; }
a { background-color: rgb(80,15,8); }
div.DivClassName
{
background-color: #500F08;
}
.BgClassName
{
background-color: #500F08;
}
</style>
border-color css
<style>
span { border-color: #500F08; }
span { border-color: rgb(80,15,8); }
td.TdClassName
{
border-color: #500F08;
}
.TagClassName
{
border-color: #500F08;
}
</style>