Shades of Rustic Red #501112
Tints of Rustic Red #501112
RGB
CMYK
RGB Variations
Color information
#501112 (or 0x501112) is known color: Rustic Red. HEX triplet: 50, 11 and 12. RGB value is (80,17,18). Sum of RGB (Red+Green+Blue) = 80+17+18=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501112 is #AFEEED. Grayscale: #242424. Windows color (decimal): -11529966 or 1184080. OLE color: 1184080.
HSL color Cylindrical-coordinate representation of color #501112: hue angle of 359.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501112 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 18 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.69 |
| HSL | 359.05º | 0.65% | 0.19% | - |
| HSV(B) | 359.05º | 0.79% | 0.31% | - |
| XYZ | 3.62 | 2.15 | 0.8 | - |
| YUV | 35.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 18 | 0 | 0.79 | 0.78 | 0.69 | 359.05 | 0.65 | 0.19 |
| Hex | 50 | 11 | 12 | 0 | 4F | 4E | 45 | 167 | 41 | 13 |
| Octal | 120 | 21 | 22 | 0 | 117 | 116 | 105 | 547 | 101 | 23 |
| Binary | 1010000 | 10001 | 10010 | 0 | 1001111 | 1001110 | 1000101 | 101100111 | 1000001 | 10011 |
Color Harmonies of #501112
Complementary color
Monochromatic Colors of #501112
Black with #501112
Text Example
Text Example
White with #501112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501112; }
p { color: rgb(80,17,18); }
H1.HeaderClassName
{
color: #501112;
}
.AnyTagClassName
{
color: #501112;
}
</style>
background-color css
<style>
a { background-color: #501112; }
a { background-color: rgb(80,17,18); }
div.DivClassName
{
background-color: #501112;
}
.BgClassName
{
background-color: #501112;
}
</style>
border-color css
<style>
span { border-color: #501112; }
span { border-color: rgb(80,17,18); }
td.TdClassName
{
border-color: #501112;
}
.TagClassName
{
border-color: #501112;
}
</style>