Shades of Red Oxide #501B14
Tints of Red Oxide #501B14
RGB
CMYK
RGB Variations
Color information
#501B14 (or 0x501B14) is known color: Red Oxide. HEX triplet: 50, 1B and 14. RGB value is (80,27,20). Sum of RGB (Red+Green+Blue) = 80+27+20=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B14 is #AFE4EB. Grayscale: #2A2A2A. Windows color (decimal): -11527404 or 1317712. OLE color: 1317712.
HSL color Cylindrical-coordinate representation of color #501B14: hue angle of 7º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501B14 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 20 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.69 |
| HSL | 7º | 0.6% | 0.2% | - |
| HSV(B) | 7º | 0.75% | 0.31% | - |
| XYZ | 3.83 | 2.54 | 0.95 | - |
| YUV | 42.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 20 | 0 | 0.66 | 0.75 | 0.69 | 7 | 0.6 | 0.2 |
| Hex | 50 | 1B | 14 | 0 | 42 | 4B | 45 | 7 | 3C | 14 |
| Octal | 120 | 33 | 24 | 0 | 102 | 113 | 105 | 7 | 74 | 24 |
| Binary | 1010000 | 11011 | 10100 | 0 | 1000010 | 1001011 | 1000101 | 111 | 111100 | 10100 |
Color Harmonies of #501B14
Complementary color
Monochromatic Colors of #501B14
Black with #501B14
Text Example
Text Example
White with #501B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B14; }
p { color: rgb(80,27,20); }
H1.HeaderClassName
{
color: #501B14;
}
.AnyTagClassName
{
color: #501B14;
}
</style>
background-color css
<style>
a { background-color: #501B14; }
a { background-color: rgb(80,27,20); }
div.DivClassName
{
background-color: #501B14;
}
.BgClassName
{
background-color: #501B14;
}
</style>
border-color css
<style>
span { border-color: #501B14; }
span { border-color: rgb(80,27,20); }
td.TdClassName
{
border-color: #501B14;
}
.TagClassName
{
border-color: #501B14;
}
</style>