Shades of Rustic Red #490411
Tints of Rustic Red #490411
RGB
CMYK
RGB Variations
Color information
#490411 (or 0x490411) is known color: Rustic Red. HEX triplet: 49, 04 and 11. RGB value is (73,4,17). Sum of RGB (Red+Green+Blue) = 73+4+17=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490411 is #B6FBEE. Grayscale: #1A1A1A. Windows color (decimal): -11992047 or 1115209. OLE color: 1115209.
HSL color Cylindrical-coordinate representation of color #490411: hue angle of 348.7º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490411 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 17 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.71 |
| HSL | 348.7º | 0.9% | 0.15% | - |
| HSV(B) | 348.7º | 0.95% | 0.29% | - |
| XYZ | 2.89 | 1.54 | 0.68 | - |
| YUV | 26.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 17 | 0 | 0.95 | 0.77 | 0.71 | 348.7 | 0.9 | 0.15 |
| Hex | 49 | 4 | 11 | 0 | 5F | 4D | 47 | 15D | 5A | F |
| Octal | 111 | 4 | 21 | 0 | 137 | 115 | 107 | 535 | 132 | 17 |
| Binary | 1001001 | 100 | 10001 | 0 | 1011111 | 1001101 | 1000111 | 101011101 | 1011010 | 1111 |
Color Harmonies of #490411
Complementary color
Monochromatic Colors of #490411
Black with #490411
Text Example
Text Example
White with #490411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490411; }
p { color: rgb(73,4,17); }
H1.HeaderClassName
{
color: #490411;
}
.AnyTagClassName
{
color: #490411;
}
</style>
background-color css
<style>
a { background-color: #490411; }
a { background-color: rgb(73,4,17); }
div.DivClassName
{
background-color: #490411;
}
.BgClassName
{
background-color: #490411;
}
</style>
border-color css
<style>
span { border-color: #490411; }
span { border-color: rgb(73,4,17); }
td.TdClassName
{
border-color: #490411;
}
.TagClassName
{
border-color: #490411;
}
</style>