Shades of Rustic Red #490005
Tints of Rustic Red #490005
RGB
CMYK
RGB Variations
Color information
#490005 (or 0x490005) is known color: Rustic Red. HEX triplet: 49, 00 and 05. RGB value is (73,0,5). Sum of RGB (Red+Green+Blue) = 73+0+5=78 (10% of max value = 765). Red value is 73 (28.91% from 255 or 93.59% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 73 - color contains mainly: red. Hex color #490005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490005 is #B6FFFA. Grayscale: #161616. Windows color (decimal): -11993083 or 327753. OLE color: 327753.
HSL color Cylindrical-coordinate representation of color #490005: hue angle of 355.89º 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 #490005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.93 | 0.71 |
| HSL | 355.89º | 1% | 0.14% | - |
| HSV(B) | 355.89º | 1% | 0.29% | - |
| XYZ | 2.78 | 1.43 | 0.27 | - |
| YUV | 22.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 5 | 0 | 1 | 0.93 | 0.71 | 355.89 | 1 | 0.14 |
| Hex | 49 | 0 | 5 | 0 | 64 | 5D | 47 | 164 | 64 | E |
| Octal | 111 | 0 | 5 | 0 | 144 | 135 | 107 | 544 | 144 | 16 |
| Binary | 1001001 | 0 | 101 | 0 | 1100100 | 1011101 | 1000111 | 101100100 | 1100100 | 1110 |
Color Harmonies of #490005
Complementary color
Monochromatic Colors of #490005
Black with #490005
Text Example
Text Example
White with #490005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490005; }
p { color: rgb(73,0,5); }
H1.HeaderClassName
{
color: #490005;
}
.AnyTagClassName
{
color: #490005;
}
</style>
background-color css
<style>
a { background-color: #490005; }
a { background-color: rgb(73,0,5); }
div.DivClassName
{
background-color: #490005;
}
.BgClassName
{
background-color: #490005;
}
</style>
border-color css
<style>
span { border-color: #490005; }
span { border-color: rgb(73,0,5); }
td.TdClassName
{
border-color: #490005;
}
.TagClassName
{
border-color: #490005;
}
</style>