Shades of Rustic Red #490911
Tints of Rustic Red #490911
RGB
CMYK
RGB Variations
Color information
#490911 (or 0x490911) is known color: Rustic Red. HEX triplet: 49, 09 and 11. RGB value is (73,9,17). Sum of RGB (Red+Green+Blue) = 73+9+17=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490911 is #B6F6EE. Grayscale: #1D1D1D. Windows color (decimal): -11990767 or 1116489. OLE color: 1116489.
HSL color Cylindrical-coordinate representation of color #490911: hue angle of 352.5º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490911 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 17 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.71 |
| HSL | 352.5º | 0.78% | 0.16% | - |
| HSV(B) | 352.5º | 0.88% | 0.29% | - |
| XYZ | 2.95 | 1.65 | 0.69 | - |
| YUV | 29.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 17 | 0 | 0.88 | 0.77 | 0.71 | 352.5 | 0.78 | 0.16 |
| Hex | 49 | 9 | 11 | 0 | 58 | 4D | 47 | 160 | 4E | 10 |
| Octal | 111 | 11 | 21 | 0 | 130 | 115 | 107 | 540 | 116 | 20 |
| Binary | 1001001 | 1001 | 10001 | 0 | 1011000 | 1001101 | 1000111 | 101100000 | 1001110 | 10000 |
Color Harmonies of #490911
Complementary color
Monochromatic Colors of #490911
Black with #490911
Text Example
Text Example
White with #490911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490911; }
p { color: rgb(73,9,17); }
H1.HeaderClassName
{
color: #490911;
}
.AnyTagClassName
{
color: #490911;
}
</style>
background-color css
<style>
a { background-color: #490911; }
a { background-color: rgb(73,9,17); }
div.DivClassName
{
background-color: #490911;
}
.BgClassName
{
background-color: #490911;
}
</style>
border-color css
<style>
span { border-color: #490911; }
span { border-color: rgb(73,9,17); }
td.TdClassName
{
border-color: #490911;
}
.TagClassName
{
border-color: #490911;
}
</style>