Shades of Red Oxide #501818
Tints of Red Oxide #501818
RGB
CMYK
RGB Variations
Color information
#501818 (or 0x501818) is known color: Red Oxide. HEX triplet: 50, 18 and 18. RGB value is (80,24,24). Sum of RGB (Red+Green+Blue) = 80+24+24=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501818 is #AFE7E7. Grayscale: #282828. Windows color (decimal): -11528168 or 1579088. OLE color: 1579088.
HSL color Cylindrical-coordinate representation of color #501818: hue angle of 0º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501818 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 24 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.69 |
| HSL | 0º | 0.54% | 0.2% | - |
| HSV(B) | 0º | 0.7% | 0.31% | - |
| XYZ | 3.8 | 2.42 | 1.13 | - |
| YUV | 40.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 24 | 0 | 0.70 | 0.70 | 0.69 | 0 | 0.54 | 0.2 |
| Hex | 50 | 18 | 18 | 0 | 46 | 46 | 45 | 0 | 36 | 14 |
| Octal | 120 | 30 | 30 | 0 | 106 | 106 | 105 | 0 | 66 | 24 |
| Binary | 1010000 | 11000 | 11000 | 0 | 1000110 | 1000110 | 1000101 | 0 | 110110 | 10100 |
Color Harmonies of #501818
Complementary color
Monochromatic Colors of #501818
Black with #501818
Text Example
Text Example
White with #501818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501818; }
p { color: rgb(80,24,24); }
H1.HeaderClassName
{
color: #501818;
}
.AnyTagClassName
{
color: #501818;
}
</style>
background-color css
<style>
a { background-color: #501818; }
a { background-color: rgb(80,24,24); }
div.DivClassName
{
background-color: #501818;
}
.BgClassName
{
background-color: #501818;
}
</style>
border-color css
<style>
span { border-color: #501818; }
span { border-color: rgb(80,24,24); }
td.TdClassName
{
border-color: #501818;
}
.TagClassName
{
border-color: #501818;
}
</style>