Shades of Red Oxide #500F01
Tints of Red Oxide #500F01
RGB
CMYK
RGB Variations
Color information
#500F01 (or 0x500F01) is known color: Red Oxide. HEX triplet: 50, 0F and 01. RGB value is (80,15,1). Sum of RGB (Red+Green+Blue) = 80+15+1=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #500F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F01 is #AFF0FE. Grayscale: #202020. Windows color (decimal): -11530495 or 69456. OLE color: 69456.
HSL color Cylindrical-coordinate representation of color #500F01: hue angle of 10.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500F01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.69 |
| HSL | 10.63º | 0.98% | 0.16% | - |
| HSV(B) | 10.63º | 0.99% | 0.31% | - |
| XYZ | 3.48 | 2.05 | 0.24 | - |
| YUV | 32.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 1 | 0 | 0.81 | 0.99 | 0.69 | 10.63 | 0.98 | 0.16 |
| Hex | 50 | F | 1 | 0 | 51 | 63 | 45 | B | 62 | 10 |
| Octal | 120 | 17 | 1 | 0 | 121 | 143 | 105 | 13 | 142 | 20 |
| Binary | 1010000 | 1111 | 1 | 0 | 1010001 | 1100011 | 1000101 | 1011 | 1100010 | 10000 |
Color Harmonies of #500F01
Complementary color
Monochromatic Colors of #500F01
Black with #500F01
Text Example
Text Example
White with #500F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F01; }
p { color: rgb(80,15,1); }
H1.HeaderClassName
{
color: #500F01;
}
.AnyTagClassName
{
color: #500F01;
}
</style>
background-color css
<style>
a { background-color: #500F01; }
a { background-color: rgb(80,15,1); }
div.DivClassName
{
background-color: #500F01;
}
.BgClassName
{
background-color: #500F01;
}
</style>
border-color css
<style>
span { border-color: #500F01; }
span { border-color: rgb(80,15,1); }
td.TdClassName
{
border-color: #500F01;
}
.TagClassName
{
border-color: #500F01;
}
</style>