Shades of Red Oxide #500A05
Tints of Red Oxide #500A05
RGB
CMYK
RGB Variations
Color information
#500A05 (or 0x500A05) is known color: Red Oxide. HEX triplet: 50, 0A and 05. RGB value is (80,10,5). Sum of RGB (Red+Green+Blue) = 80+10+5=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #500A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A05 is #AFF5FA. Grayscale: #1E1E1E. Windows color (decimal): -11531771 or 330320. OLE color: 330320.
HSL color Cylindrical-coordinate representation of color #500A05: hue angle of 4º 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 #500A05 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 5 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.69 |
| HSL | 4º | 0.88% | 0.17% | - |
| HSV(B) | 4º | 0.94% | 0.31% | - |
| XYZ | 3.44 | 1.93 | 0.34 | - |
| YUV | 30.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 5 | 0 | 0.87 | 0.94 | 0.69 | 4 | 0.88 | 0.17 |
| Hex | 50 | A | 5 | 0 | 57 | 5E | 45 | 4 | 58 | 11 |
| Octal | 120 | 12 | 5 | 0 | 127 | 136 | 105 | 4 | 130 | 21 |
| Binary | 1010000 | 1010 | 101 | 0 | 1010111 | 1011110 | 1000101 | 100 | 1011000 | 10001 |
Color Harmonies of #500A05
Complementary color
Monochromatic Colors of #500A05
Black with #500A05
Text Example
Text Example
White with #500A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A05; }
p { color: rgb(80,10,5); }
H1.HeaderClassName
{
color: #500A05;
}
.AnyTagClassName
{
color: #500A05;
}
</style>
background-color css
<style>
a { background-color: #500A05; }
a { background-color: rgb(80,10,5); }
div.DivClassName
{
background-color: #500A05;
}
.BgClassName
{
background-color: #500A05;
}
</style>
border-color css
<style>
span { border-color: #500A05; }
span { border-color: rgb(80,10,5); }
td.TdClassName
{
border-color: #500A05;
}
.TagClassName
{
border-color: #500A05;
}
</style>