Shades of Rustic Red #490507
Tints of Rustic Red #490507
RGB
CMYK
RGB Variations
Color information
#490507 (or 0x490507) is known color: Rustic Red. HEX triplet: 49, 05 and 07. RGB value is (73,5,7). Sum of RGB (Red+Green+Blue) = 73+5+7=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490507 is #B6FAF8. Grayscale: #191919. Windows color (decimal): -11991801 or 460105. OLE color: 460105.
HSL color Cylindrical-coordinate representation of color #490507: hue angle of 358.24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490507 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 7 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.71 |
| HSL | 358.24º | 0.87% | 0.15% | - |
| HSV(B) | 358.24º | 0.93% | 0.29% | - |
| XYZ | 2.84 | 1.54 | 0.35 | - |
| YUV | 25.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 7 | 0 | 0.93 | 0.90 | 0.71 | 358.24 | 0.87 | 0.15 |
| Hex | 49 | 5 | 7 | 0 | 5D | 5A | 47 | 166 | 57 | F |
| Octal | 111 | 5 | 7 | 0 | 135 | 132 | 107 | 546 | 127 | 17 |
| Binary | 1001001 | 101 | 111 | 0 | 1011101 | 1011010 | 1000111 | 101100110 | 1010111 | 1111 |
Color Harmonies of #490507
Complementary color
Monochromatic Colors of #490507
Black with #490507
Text Example
Text Example
White with #490507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490507; }
p { color: rgb(73,5,7); }
H1.HeaderClassName
{
color: #490507;
}
.AnyTagClassName
{
color: #490507;
}
</style>
background-color css
<style>
a { background-color: #490507; }
a { background-color: rgb(73,5,7); }
div.DivClassName
{
background-color: #490507;
}
.BgClassName
{
background-color: #490507;
}
</style>
border-color css
<style>
span { border-color: #490507; }
span { border-color: rgb(73,5,7); }
td.TdClassName
{
border-color: #490507;
}
.TagClassName
{
border-color: #490507;
}
</style>