Shades of Rustic Red #49070F
Tints of Rustic Red #49070F
RGB
CMYK
RGB Variations
Color information
#49070F (or 0x49070F) is known color: Rustic Red. HEX triplet: 49, 07 and 0F. RGB value is (73,7,15). Sum of RGB (Red+Green+Blue) = 73+7+15=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #49070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49070F is #B6F8F0. Grayscale: #1B1B1B. Windows color (decimal): -11991281 or 984905. OLE color: 984905.
HSL color Cylindrical-coordinate representation of color #49070F: hue angle of 352.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49070F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 15 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.71 |
| HSL | 352.73º | 0.83% | 0.16% | - |
| HSV(B) | 352.73º | 0.9% | 0.29% | - |
| XYZ | 2.91 | 1.6 | 0.61 | - |
| YUV | 27.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 15 | 0 | 0.90 | 0.79 | 0.71 | 352.73 | 0.83 | 0.16 |
| Hex | 49 | 7 | F | 0 | 5A | 4F | 47 | 161 | 52 | 10 |
| Octal | 111 | 7 | 17 | 0 | 132 | 117 | 107 | 541 | 122 | 20 |
| Binary | 1001001 | 111 | 1111 | 0 | 1011010 | 1001111 | 1000111 | 101100001 | 1010010 | 10000 |
Color Harmonies of #49070F
Complementary color
Monochromatic Colors of #49070F
Black with #49070F
Text Example
Text Example
White with #49070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49070F; }
p { color: rgb(73,7,15); }
H1.HeaderClassName
{
color: #49070F;
}
.AnyTagClassName
{
color: #49070F;
}
</style>
background-color css
<style>
a { background-color: #49070F; }
a { background-color: rgb(73,7,15); }
div.DivClassName
{
background-color: #49070F;
}
.BgClassName
{
background-color: #49070F;
}
</style>
border-color css
<style>
span { border-color: #49070F; }
span { border-color: rgb(73,7,15); }
td.TdClassName
{
border-color: #49070F;
}
.TagClassName
{
border-color: #49070F;
}
</style>