Shades of Rustic Red #49070D
Tints of Rustic Red #49070D
RGB
CMYK
RGB Variations
Color information
#49070D (or 0x49070D) is known color: Rustic Red. HEX triplet: 49, 07 and 0D. RGB value is (73,7,13). Sum of RGB (Red+Green+Blue) = 73+7+13=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #49070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49070D is #B6F8F2. Grayscale: #1B1B1B. Windows color (decimal): -11991283 or 853833. OLE color: 853833.
HSL color Cylindrical-coordinate representation of color #49070D: hue angle of 354.55º 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 #49070D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 13 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.71 |
| HSL | 354.55º | 0.83% | 0.16% | - |
| HSV(B) | 354.55º | 0.9% | 0.29% | - |
| XYZ | 2.9 | 1.6 | 0.54 | - |
| YUV | 27.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 13 | 0 | 0.90 | 0.82 | 0.71 | 354.55 | 0.83 | 0.16 |
| Hex | 49 | 7 | D | 0 | 5A | 52 | 47 | 163 | 52 | 10 |
| Octal | 111 | 7 | 15 | 0 | 132 | 122 | 107 | 543 | 122 | 20 |
| Binary | 1001001 | 111 | 1101 | 0 | 1011010 | 1010010 | 1000111 | 101100011 | 1010010 | 10000 |
Color Harmonies of #49070D
Complementary color
Monochromatic Colors of #49070D
Black with #49070D
Text Example
Text Example
White with #49070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49070D; }
p { color: rgb(73,7,13); }
H1.HeaderClassName
{
color: #49070D;
}
.AnyTagClassName
{
color: #49070D;
}
</style>
background-color css
<style>
a { background-color: #49070D; }
a { background-color: rgb(73,7,13); }
div.DivClassName
{
background-color: #49070D;
}
.BgClassName
{
background-color: #49070D;
}
</style>
border-color css
<style>
span { border-color: #49070D; }
span { border-color: rgb(73,7,13); }
td.TdClassName
{
border-color: #49070D;
}
.TagClassName
{
border-color: #49070D;
}
</style>