Shades of Rustic Red #490008
Tints of Rustic Red #490008
RGB
CMYK
RGB Variations
Color information
#490008 (or 0x490008) is known color: Rustic Red. HEX triplet: 49, 00 and 08. RGB value is (73,0,8). Sum of RGB (Red+Green+Blue) = 73+0+8=81 (10% of max value = 765). Red value is 73 (28.91% from 255 or 90.12% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 73 - color contains mainly: red. Hex color #490008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490008 is #B6FFF7. Grayscale: #161616. Windows color (decimal): -11993080 or 524361. OLE color: 524361.
HSL color Cylindrical-coordinate representation of color #490008: hue angle of 353.42º 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 #490008 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.89 | 0.71 |
| HSL | 353.42º | 1% | 0.14% | - |
| HSV(B) | 353.42º | 1% | 0.29% | - |
| XYZ | 2.79 | 1.43 | 0.36 | - |
| YUV | 22.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 8 | 0 | 1 | 0.89 | 0.71 | 353.42 | 1 | 0.14 |
| Hex | 49 | 0 | 8 | 0 | 64 | 59 | 47 | 161 | 64 | E |
| Octal | 111 | 0 | 10 | 0 | 144 | 131 | 107 | 541 | 144 | 16 |
| Binary | 1001001 | 0 | 1000 | 0 | 1100100 | 1011001 | 1000111 | 101100001 | 1100100 | 1110 |
Color Harmonies of #490008
Complementary color
Monochromatic Colors of #490008
Black with #490008
Text Example
Text Example
White with #490008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490008; }
p { color: rgb(73,0,8); }
H1.HeaderClassName
{
color: #490008;
}
.AnyTagClassName
{
color: #490008;
}
</style>
background-color css
<style>
a { background-color: #490008; }
a { background-color: rgb(73,0,8); }
div.DivClassName
{
background-color: #490008;
}
.BgClassName
{
background-color: #490008;
}
</style>
border-color css
<style>
span { border-color: #490008; }
span { border-color: rgb(73,0,8); }
td.TdClassName
{
border-color: #490008;
}
.TagClassName
{
border-color: #490008;
}
</style>