Shades of Rustic Red #490910
Tints of Rustic Red #490910
RGB
CMYK
RGB Variations
Color information
#490910 (or 0x490910) is known color: Rustic Red. HEX triplet: 49, 09 and 10. RGB value is (73,9,16). Sum of RGB (Red+Green+Blue) = 73+9+16=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490910 is #B6F6EF. Grayscale: #1C1C1C. Windows color (decimal): -11990768 or 1050953. OLE color: 1050953.
HSL color Cylindrical-coordinate representation of color #490910: hue angle of 353.44º 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 #490910 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 16 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.71 |
| HSL | 353.44º | 0.78% | 0.16% | - |
| HSV(B) | 353.44º | 0.88% | 0.29% | - |
| XYZ | 2.94 | 1.65 | 0.65 | - |
| YUV | 28.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 16 | 0 | 0.88 | 0.78 | 0.71 | 353.44 | 0.78 | 0.16 |
| Hex | 49 | 9 | 10 | 0 | 58 | 4E | 47 | 161 | 4E | 10 |
| Octal | 111 | 11 | 20 | 0 | 130 | 116 | 107 | 541 | 116 | 20 |
| Binary | 1001001 | 1001 | 10000 | 0 | 1011000 | 1001110 | 1000111 | 101100001 | 1001110 | 10000 |
Color Harmonies of #490910
Complementary color
Monochromatic Colors of #490910
Black with #490910
Text Example
Text Example
White with #490910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490910; }
p { color: rgb(73,9,16); }
H1.HeaderClassName
{
color: #490910;
}
.AnyTagClassName
{
color: #490910;
}
</style>
background-color css
<style>
a { background-color: #490910; }
a { background-color: rgb(73,9,16); }
div.DivClassName
{
background-color: #490910;
}
.BgClassName
{
background-color: #490910;
}
</style>
border-color css
<style>
span { border-color: #490910; }
span { border-color: rgb(73,9,16); }
td.TdClassName
{
border-color: #490910;
}
.TagClassName
{
border-color: #490910;
}
</style>