Shades of Red Oxide #501B18
Tints of Red Oxide #501B18
RGB
CMYK
RGB Variations
Color information
#501B18 (or 0x501B18) is known color: Red Oxide. HEX triplet: 50, 1B and 18. RGB value is (80,27,24). Sum of RGB (Red+Green+Blue) = 80+27+24=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B18 is #AFE4E7. Grayscale: #2A2A2A. Windows color (decimal): -11527400 or 1579856. OLE color: 1579856.
HSL color Cylindrical-coordinate representation of color #501B18: hue angle of 3.21º 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 #501B18 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 24 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.69 |
| HSL | 3.21º | 0.54% | 0.2% | - |
| HSV(B) | 3.21º | 0.7% | 0.31% | - |
| XYZ | 3.87 | 2.56 | 1.15 | - |
| YUV | 42.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 24 | 0 | 0.66 | 0.70 | 0.69 | 3.21 | 0.54 | 0.2 |
| Hex | 50 | 1B | 18 | 0 | 42 | 46 | 45 | 3 | 36 | 14 |
| Octal | 120 | 33 | 30 | 0 | 102 | 106 | 105 | 3 | 66 | 24 |
| Binary | 1010000 | 11011 | 11000 | 0 | 1000010 | 1000110 | 1000101 | 11 | 110110 | 10100 |
Color Harmonies of #501B18
Complementary color
Monochromatic Colors of #501B18
Black with #501B18
Text Example
Text Example
White with #501B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B18; }
p { color: rgb(80,27,24); }
H1.HeaderClassName
{
color: #501B18;
}
.AnyTagClassName
{
color: #501B18;
}
</style>
background-color css
<style>
a { background-color: #501B18; }
a { background-color: rgb(80,27,24); }
div.DivClassName
{
background-color: #501B18;
}
.BgClassName
{
background-color: #501B18;
}
</style>
border-color css
<style>
span { border-color: #501B18; }
span { border-color: rgb(80,27,24); }
td.TdClassName
{
border-color: #501B18;
}
.TagClassName
{
border-color: #501B18;
}
</style>