Shades of Rustic Red #491011
Tints of Rustic Red #491011
RGB
CMYK
RGB Variations
Color information
#491011 (or 0x491011) is known color: Rustic Red. HEX triplet: 49, 10 and 11. RGB value is (73,16,17). Sum of RGB (Red+Green+Blue) = 73+16+17=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #491011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491011 is #B6EFEE. Grayscale: #212121. Windows color (decimal): -11988975 or 1118281. OLE color: 1118281.
HSL color Cylindrical-coordinate representation of color #491011: hue angle of 358.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491011 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 17 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.71 |
| HSL | 358.95º | 0.64% | 0.17% | - |
| HSV(B) | 358.95º | 0.78% | 0.29% | - |
| XYZ | 3.03 | 1.83 | 0.72 | - |
| YUV | 33.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 17 | 0 | 0.78 | 0.77 | 0.71 | 358.95 | 0.64 | 0.17 |
| Hex | 49 | 10 | 11 | 0 | 4E | 4D | 47 | 167 | 40 | 11 |
| Octal | 111 | 20 | 21 | 0 | 116 | 115 | 107 | 547 | 100 | 21 |
| Binary | 1001001 | 10000 | 10001 | 0 | 1001110 | 1001101 | 1000111 | 101100111 | 1000000 | 10001 |
Color Harmonies of #491011
Complementary color
Monochromatic Colors of #491011
Black with #491011
Text Example
Text Example
White with #491011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491011; }
p { color: rgb(73,16,17); }
H1.HeaderClassName
{
color: #491011;
}
.AnyTagClassName
{
color: #491011;
}
</style>
background-color css
<style>
a { background-color: #491011; }
a { background-color: rgb(73,16,17); }
div.DivClassName
{
background-color: #491011;
}
.BgClassName
{
background-color: #491011;
}
</style>
border-color css
<style>
span { border-color: #491011; }
span { border-color: rgb(73,16,17); }
td.TdClassName
{
border-color: #491011;
}
.TagClassName
{
border-color: #491011;
}
</style>