Shades of Rustic Red #490010
Tints of Rustic Red #490010
RGB
CMYK
RGB Variations
Color information
#490010 (or 0x490010) is known color: Rustic Red. HEX triplet: 49, 00 and 10. RGB value is (73,0,16). Sum of RGB (Red+Green+Blue) = 73+0+16=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #490010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490010 is #B6FFEF. Grayscale: #171717. Windows color (decimal): -11993072 or 1048649. OLE color: 1048649.
HSL color Cylindrical-coordinate representation of color #490010: hue angle of 346.85º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490010 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.78 | 0.71 |
| HSL | 346.85º | 1% | 0.14% | - |
| HSV(B) | 346.85º | 1% | 0.29% | - |
| XYZ | 2.84 | 1.45 | 0.62 | - |
| YUV | 23.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 16 | 0 | 1 | 0.78 | 0.71 | 346.85 | 1 | 0.14 |
| Hex | 49 | 0 | 10 | 0 | 64 | 4E | 47 | 15B | 64 | E |
| Octal | 111 | 0 | 20 | 0 | 144 | 116 | 107 | 533 | 144 | 16 |
| Binary | 1001001 | 0 | 10000 | 0 | 1100100 | 1001110 | 1000111 | 101011011 | 1100100 | 1110 |
Color Harmonies of #490010
Complementary color
Monochromatic Colors of #490010
Black with #490010
Text Example
Text Example
White with #490010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490010; }
p { color: rgb(73,0,16); }
H1.HeaderClassName
{
color: #490010;
}
.AnyTagClassName
{
color: #490010;
}
</style>
background-color css
<style>
a { background-color: #490010; }
a { background-color: rgb(73,0,16); }
div.DivClassName
{
background-color: #490010;
}
.BgClassName
{
background-color: #490010;
}
</style>
border-color css
<style>
span { border-color: #490010; }
span { border-color: rgb(73,0,16); }
td.TdClassName
{
border-color: #490010;
}
.TagClassName
{
border-color: #490010;
}
</style>