Shades of Rustic Red #490104
Tints of Rustic Red #490104
RGB
CMYK
RGB Variations
Color information
#490104 (or 0x490104) is known color: Rustic Red. HEX triplet: 49, 01 and 04. RGB value is (73,1,4). Sum of RGB (Red+Green+Blue) = 73+1+4=78 (10% of max value = 765). Red value is 73 (28.91% from 255 or 93.59% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 73 - color contains mainly: red. Hex color #490104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490104 is #B6FEFB. Grayscale: #161616. Windows color (decimal): -11992828 or 262473. OLE color: 262473.
HSL color Cylindrical-coordinate representation of color #490104: hue angle of 357.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490104 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.71 |
| HSL | 357.5º | 0.97% | 0.15% | - |
| HSV(B) | 357.5º | 0.99% | 0.29% | - |
| XYZ | 2.78 | 1.45 | 0.25 | - |
| YUV | 22.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 4 | 0 | 0.99 | 0.95 | 0.71 | 357.5 | 0.97 | 0.15 |
| Hex | 49 | 1 | 4 | 0 | 63 | 5F | 47 | 166 | 61 | F |
| Octal | 111 | 1 | 4 | 0 | 143 | 137 | 107 | 546 | 141 | 17 |
| Binary | 1001001 | 1 | 100 | 0 | 1100011 | 1011111 | 1000111 | 101100110 | 1100001 | 1111 |
Color Harmonies of #490104
Complementary color
Monochromatic Colors of #490104
Black with #490104
Text Example
Text Example
White with #490104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490104; }
p { color: rgb(73,1,4); }
H1.HeaderClassName
{
color: #490104;
}
.AnyTagClassName
{
color: #490104;
}
</style>
background-color css
<style>
a { background-color: #490104; }
a { background-color: rgb(73,1,4); }
div.DivClassName
{
background-color: #490104;
}
.BgClassName
{
background-color: #490104;
}
</style>
border-color css
<style>
span { border-color: #490104; }
span { border-color: rgb(73,1,4); }
td.TdClassName
{
border-color: #490104;
}
.TagClassName
{
border-color: #490104;
}
</style>