Shades of Rustic Red #491114
Tints of Rustic Red #491114
RGB
CMYK
RGB Variations
Color information
#491114 (or 0x491114) is known color: Rustic Red. HEX triplet: 49, 11 and 14. RGB value is (73,17,20). Sum of RGB (Red+Green+Blue) = 73+17+20=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491114 is #B6EEEB. Grayscale: #222222. Windows color (decimal): -11988716 or 1315145. OLE color: 1315145.
HSL color Cylindrical-coordinate representation of color #491114: hue angle of 356.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491114 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 20 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.71 |
| HSL | 356.79º | 0.62% | 0.18% | - |
| HSV(B) | 356.79º | 0.77% | 0.29% | - |
| XYZ | 3.07 | 1.87 | 0.86 | - |
| YUV | 34.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 20 | 0 | 0.77 | 0.73 | 0.71 | 356.79 | 0.62 | 0.18 |
| Hex | 49 | 11 | 14 | 0 | 4D | 49 | 47 | 165 | 3E | 12 |
| Octal | 111 | 21 | 24 | 0 | 115 | 111 | 107 | 545 | 76 | 22 |
| Binary | 1001001 | 10001 | 10100 | 0 | 1001101 | 1001001 | 1000111 | 101100101 | 111110 | 10010 |
Color Harmonies of #491114
Complementary color
Monochromatic Colors of #491114
Black with #491114
Text Example
Text Example
White with #491114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491114; }
p { color: rgb(73,17,20); }
H1.HeaderClassName
{
color: #491114;
}
.AnyTagClassName
{
color: #491114;
}
</style>
background-color css
<style>
a { background-color: #491114; }
a { background-color: rgb(73,17,20); }
div.DivClassName
{
background-color: #491114;
}
.BgClassName
{
background-color: #491114;
}
</style>
border-color css
<style>
span { border-color: #491114; }
span { border-color: rgb(73,17,20); }
td.TdClassName
{
border-color: #491114;
}
.TagClassName
{
border-color: #491114;
}
</style>