Shades of Rustic Red #490A10
Tints of Rustic Red #490A10
RGB
CMYK
RGB Variations
Color information
#490A10 (or 0x490A10) is known color: Rustic Red. HEX triplet: 49, 0A and 10. RGB value is (73,10,16). Sum of RGB (Red+Green+Blue) = 73+10+16=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A10 is #B6F5EF. Grayscale: #1D1D1D. Windows color (decimal): -11990512 or 1051209. OLE color: 1051209.
HSL color Cylindrical-coordinate representation of color #490A10: hue angle of 354.29º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A10 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 16 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.71 |
| HSL | 354.29º | 0.76% | 0.16% | - |
| HSV(B) | 354.29º | 0.86% | 0.29% | - |
| XYZ | 2.95 | 1.67 | 0.66 | - |
| YUV | 29.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 16 | 0 | 0.86 | 0.78 | 0.71 | 354.29 | 0.76 | 0.16 |
| Hex | 49 | A | 10 | 0 | 56 | 4E | 47 | 162 | 4C | 10 |
| Octal | 111 | 12 | 20 | 0 | 126 | 116 | 107 | 542 | 114 | 20 |
| Binary | 1001001 | 1010 | 10000 | 0 | 1010110 | 1001110 | 1000111 | 101100010 | 1001100 | 10000 |
Color Harmonies of #490A10
Complementary color
Monochromatic Colors of #490A10
Black with #490A10
Text Example
Text Example
White with #490A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A10; }
p { color: rgb(73,10,16); }
H1.HeaderClassName
{
color: #490A10;
}
.AnyTagClassName
{
color: #490A10;
}
</style>
background-color css
<style>
a { background-color: #490A10; }
a { background-color: rgb(73,10,16); }
div.DivClassName
{
background-color: #490A10;
}
.BgClassName
{
background-color: #490A10;
}
</style>
border-color css
<style>
span { border-color: #490A10; }
span { border-color: rgb(73,10,16); }
td.TdClassName
{
border-color: #490A10;
}
.TagClassName
{
border-color: #490A10;
}
</style>