Shades of Rustic Red #490814
Tints of Rustic Red #490814
RGB
CMYK
RGB Variations
Color information
#490814 (or 0x490814) is known color: Rustic Red. HEX triplet: 49, 08 and 14. RGB value is (73,8,20). Sum of RGB (Red+Green+Blue) = 73+8+20=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490814 is #B6F7EB. Grayscale: #1C1C1C. Windows color (decimal): -11991020 or 1312841. OLE color: 1312841.
HSL color Cylindrical-coordinate representation of color #490814: hue angle of 348.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490814 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 20 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.71 |
| HSL | 348.92º | 0.8% | 0.16% | - |
| HSV(B) | 348.92º | 0.89% | 0.29% | - |
| XYZ | 2.96 | 1.64 | 0.82 | - |
| YUV | 28.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 20 | 0 | 0.89 | 0.73 | 0.71 | 348.92 | 0.8 | 0.16 |
| Hex | 49 | 8 | 14 | 0 | 59 | 49 | 47 | 15D | 50 | 10 |
| Octal | 111 | 10 | 24 | 0 | 131 | 111 | 107 | 535 | 120 | 20 |
| Binary | 1001001 | 1000 | 10100 | 0 | 1011001 | 1001001 | 1000111 | 101011101 | 1010000 | 10000 |
Color Harmonies of #490814
Complementary color
Monochromatic Colors of #490814
Black with #490814
Text Example
Text Example
White with #490814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490814; }
p { color: rgb(73,8,20); }
H1.HeaderClassName
{
color: #490814;
}
.AnyTagClassName
{
color: #490814;
}
</style>
background-color css
<style>
a { background-color: #490814; }
a { background-color: rgb(73,8,20); }
div.DivClassName
{
background-color: #490814;
}
.BgClassName
{
background-color: #490814;
}
</style>
border-color css
<style>
span { border-color: #490814; }
span { border-color: rgb(73,8,20); }
td.TdClassName
{
border-color: #490814;
}
.TagClassName
{
border-color: #490814;
}
</style>