Shades of Rustic Red #49010E
Tints of Rustic Red #49010E
RGB
CMYK
RGB Variations
Color information
#49010E (or 0x49010E) is known color: Rustic Red. HEX triplet: 49, 01 and 0E. RGB value is (73,1,14). Sum of RGB (Red+Green+Blue) = 73+1+14=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49010E is #B6FEF1. Grayscale: #181818. Windows color (decimal): -11992818 or 917833. OLE color: 917833.
HSL color Cylindrical-coordinate representation of color #49010E: hue angle of 349.17º 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 #49010E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.71 |
| HSL | 349.17º | 0.97% | 0.15% | - |
| HSV(B) | 349.17º | 0.99% | 0.29% | - |
| XYZ | 2.84 | 1.47 | 0.55 | - |
| YUV | 24.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 14 | 0 | 0.99 | 0.81 | 0.71 | 349.17 | 0.97 | 0.15 |
| Hex | 49 | 1 | E | 0 | 63 | 51 | 47 | 15D | 61 | F |
| Octal | 111 | 1 | 16 | 0 | 143 | 121 | 107 | 535 | 141 | 17 |
| Binary | 1001001 | 1 | 1110 | 0 | 1100011 | 1010001 | 1000111 | 101011101 | 1100001 | 1111 |
Color Harmonies of #49010E
Complementary color
Monochromatic Colors of #49010E
Black with #49010E
Text Example
Text Example
White with #49010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49010E; }
p { color: rgb(73,1,14); }
H1.HeaderClassName
{
color: #49010E;
}
.AnyTagClassName
{
color: #49010E;
}
</style>
background-color css
<style>
a { background-color: #49010E; }
a { background-color: rgb(73,1,14); }
div.DivClassName
{
background-color: #49010E;
}
.BgClassName
{
background-color: #49010E;
}
</style>
border-color css
<style>
span { border-color: #49010E; }
span { border-color: rgb(73,1,14); }
td.TdClassName
{
border-color: #49010E;
}
.TagClassName
{
border-color: #49010E;
}
</style>