Shades of Red Oxide #501A18
Tints of Red Oxide #501A18
RGB
CMYK
RGB Variations
Color information
#501A18 (or 0x501A18) is known color: Red Oxide. HEX triplet: 50, 1A and 18. RGB value is (80,26,24). Sum of RGB (Red+Green+Blue) = 80+26+24=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A18 is #AFE5E7. Grayscale: #292929. Windows color (decimal): -11527656 or 1579600. OLE color: 1579600.
HSL color Cylindrical-coordinate representation of color #501A18: hue angle of 2.14º 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 #501A18 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 24 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.69 |
| HSL | 2.14º | 0.54% | 0.2% | - |
| HSV(B) | 2.14º | 0.7% | 0.31% | - |
| XYZ | 3.84 | 2.51 | 1.15 | - |
| YUV | 41.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 24 | 0 | 0.67 | 0.70 | 0.69 | 2.14 | 0.54 | 0.2 |
| Hex | 50 | 1A | 18 | 0 | 43 | 46 | 45 | 2 | 36 | 14 |
| Octal | 120 | 32 | 30 | 0 | 103 | 106 | 105 | 2 | 66 | 24 |
| Binary | 1010000 | 11010 | 11000 | 0 | 1000011 | 1000110 | 1000101 | 10 | 110110 | 10100 |
Color Harmonies of #501A18
Complementary color
Monochromatic Colors of #501A18
Black with #501A18
Text Example
Text Example
White with #501A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A18; }
p { color: rgb(80,26,24); }
H1.HeaderClassName
{
color: #501A18;
}
.AnyTagClassName
{
color: #501A18;
}
</style>
background-color css
<style>
a { background-color: #501A18; }
a { background-color: rgb(80,26,24); }
div.DivClassName
{
background-color: #501A18;
}
.BgClassName
{
background-color: #501A18;
}
</style>
border-color css
<style>
span { border-color: #501A18; }
span { border-color: rgb(80,26,24); }
td.TdClassName
{
border-color: #501A18;
}
.TagClassName
{
border-color: #501A18;
}
</style>