Shades of Rustic Red #49000E
Tints of Rustic Red #49000E
RGB
CMYK
RGB Variations
Color information
#49000E (or 0x49000E) is known color: Rustic Red. HEX triplet: 49, 00 and 0E. RGB value is (73,0,14). Sum of RGB (Red+Green+Blue) = 73+0+14=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #49000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49000E is #B6FFF1. Grayscale: #171717. Windows color (decimal): -11993074 or 917577. OLE color: 917577.
HSL color Cylindrical-coordinate representation of color #49000E: hue angle of 348.49º 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 #49000E is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.81 | 0.71 |
| HSL | 348.49º | 1% | 0.14% | - |
| HSV(B) | 348.49º | 1% | 0.29% | - |
| XYZ | 2.83 | 1.45 | 0.55 | - |
| YUV | 23.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 14 | 0 | 1 | 0.81 | 0.71 | 348.49 | 1 | 0.14 |
| Hex | 49 | 0 | E | 0 | 64 | 51 | 47 | 15C | 64 | E |
| Octal | 111 | 0 | 16 | 0 | 144 | 121 | 107 | 534 | 144 | 16 |
| Binary | 1001001 | 0 | 1110 | 0 | 1100100 | 1010001 | 1000111 | 101011100 | 1100100 | 1110 |
Color Harmonies of #49000E
Complementary color
Monochromatic Colors of #49000E
Black with #49000E
Text Example
Text Example
White with #49000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49000E; }
p { color: rgb(73,0,14); }
H1.HeaderClassName
{
color: #49000E;
}
.AnyTagClassName
{
color: #49000E;
}
</style>
background-color css
<style>
a { background-color: #49000E; }
a { background-color: rgb(73,0,14); }
div.DivClassName
{
background-color: #49000E;
}
.BgClassName
{
background-color: #49000E;
}
</style>
border-color css
<style>
span { border-color: #49000E; }
span { border-color: rgb(73,0,14); }
td.TdClassName
{
border-color: #49000E;
}
.TagClassName
{
border-color: #49000E;
}
</style>