Shades of Rustic Red #490007
Tints of Rustic Red #490007
RGB
CMYK
RGB Variations
Color information
#490007 (or 0x490007) is known color: Rustic Red. HEX triplet: 49, 00 and 07. RGB value is (73,0,7). Sum of RGB (Red+Green+Blue) = 73+0+7=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490007 is #B6FFF8. Grayscale: #161616. Windows color (decimal): -11993081 or 458825. OLE color: 458825.
HSL color Cylindrical-coordinate representation of color #490007: hue angle of 354.25º 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 #490007 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.90 | 0.71 |
| HSL | 354.25º | 1% | 0.14% | - |
| HSV(B) | 354.25º | 1% | 0.29% | - |
| XYZ | 2.79 | 1.43 | 0.33 | - |
| YUV | 22.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 7 | 0 | 1 | 0.90 | 0.71 | 354.25 | 1 | 0.14 |
| Hex | 49 | 0 | 7 | 0 | 64 | 5A | 47 | 162 | 64 | E |
| Octal | 111 | 0 | 7 | 0 | 144 | 132 | 107 | 542 | 144 | 16 |
| Binary | 1001001 | 0 | 111 | 0 | 1100100 | 1011010 | 1000111 | 101100010 | 1100100 | 1110 |
Color Harmonies of #490007
Complementary color
Monochromatic Colors of #490007
Black with #490007
Text Example
Text Example
White with #490007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490007; }
p { color: rgb(73,0,7); }
H1.HeaderClassName
{
color: #490007;
}
.AnyTagClassName
{
color: #490007;
}
</style>
background-color css
<style>
a { background-color: #490007; }
a { background-color: rgb(73,0,7); }
div.DivClassName
{
background-color: #490007;
}
.BgClassName
{
background-color: #490007;
}
</style>
border-color css
<style>
span { border-color: #490007; }
span { border-color: rgb(73,0,7); }
td.TdClassName
{
border-color: #490007;
}
.TagClassName
{
border-color: #490007;
}
</style>