Shades of Red Oxide #501918
Tints of Red Oxide #501918
RGB
CMYK
RGB Variations
Color information
#501918 (or 0x501918) is known color: Red Oxide. HEX triplet: 50, 19 and 18. RGB value is (80,25,24). Sum of RGB (Red+Green+Blue) = 80+25+24=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501918 is #AFE6E7. Grayscale: #292929. Windows color (decimal): -11527912 or 1579344. OLE color: 1579344.
HSL color Cylindrical-coordinate representation of color #501918: hue angle of 1.07º 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 #501918 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 24 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.69 |
| HSL | 1.07º | 0.54% | 0.2% | - |
| HSV(B) | 1.07º | 0.7% | 0.31% | - |
| XYZ | 3.82 | 2.47 | 1.14 | - |
| YUV | 41.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 24 | 0 | 0.69 | 0.70 | 0.69 | 1.07 | 0.54 | 0.2 |
| Hex | 50 | 19 | 18 | 0 | 45 | 46 | 45 | 1 | 36 | 14 |
| Octal | 120 | 31 | 30 | 0 | 105 | 106 | 105 | 1 | 66 | 24 |
| Binary | 1010000 | 11001 | 11000 | 0 | 1000101 | 1000110 | 1000101 | 1 | 110110 | 10100 |
Color Harmonies of #501918
Complementary color
Monochromatic Colors of #501918
Black with #501918
Text Example
Text Example
White with #501918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501918; }
p { color: rgb(80,25,24); }
H1.HeaderClassName
{
color: #501918;
}
.AnyTagClassName
{
color: #501918;
}
</style>
background-color css
<style>
a { background-color: #501918; }
a { background-color: rgb(80,25,24); }
div.DivClassName
{
background-color: #501918;
}
.BgClassName
{
background-color: #501918;
}
</style>
border-color css
<style>
span { border-color: #501918; }
span { border-color: rgb(80,25,24); }
td.TdClassName
{
border-color: #501918;
}
.TagClassName
{
border-color: #501918;
}
</style>