Shades of Rustic Red #490709
Tints of Rustic Red #490709
RGB
CMYK
RGB Variations
Color information
#490709 (or 0x490709) is known color: Rustic Red. HEX triplet: 49, 07 and 09. RGB value is (73,7,9). Sum of RGB (Red+Green+Blue) = 73+7+9=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #490709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490709 is #B6F8F6. Grayscale: #1B1B1B. Windows color (decimal): -11991287 or 591689. OLE color: 591689.
HSL color Cylindrical-coordinate representation of color #490709: hue angle of 358.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490709 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 9 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.71 |
| HSL | 358.18º | 0.83% | 0.16% | - |
| HSV(B) | 358.18º | 0.9% | 0.29% | - |
| XYZ | 2.87 | 1.59 | 0.41 | - |
| YUV | 26.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 9 | 0 | 0.90 | 0.88 | 0.71 | 358.18 | 0.83 | 0.16 |
| Hex | 49 | 7 | 9 | 0 | 5A | 58 | 47 | 166 | 52 | 10 |
| Octal | 111 | 7 | 11 | 0 | 132 | 130 | 107 | 546 | 122 | 20 |
| Binary | 1001001 | 111 | 1001 | 0 | 1011010 | 1011000 | 1000111 | 101100110 | 1010010 | 10000 |
Color Harmonies of #490709
Complementary color
Monochromatic Colors of #490709
Black with #490709
Text Example
Text Example
White with #490709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490709; }
p { color: rgb(73,7,9); }
H1.HeaderClassName
{
color: #490709;
}
.AnyTagClassName
{
color: #490709;
}
</style>
background-color css
<style>
a { background-color: #490709; }
a { background-color: rgb(73,7,9); }
div.DivClassName
{
background-color: #490709;
}
.BgClassName
{
background-color: #490709;
}
</style>
border-color css
<style>
span { border-color: #490709; }
span { border-color: rgb(73,7,9); }
td.TdClassName
{
border-color: #490709;
}
.TagClassName
{
border-color: #490709;
}
</style>