Shades of Rustic Red #49070B
Tints of Rustic Red #49070B
RGB
CMYK
RGB Variations
Color information
#49070B (or 0x49070B) is known color: Rustic Red. HEX triplet: 49, 07 and 0B. RGB value is (73,7,11). Sum of RGB (Red+Green+Blue) = 73+7+11=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #49070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49070B is #B6F8F4. Grayscale: #1B1B1B. Windows color (decimal): -11991285 or 722761. OLE color: 722761.
HSL color Cylindrical-coordinate representation of color #49070B: hue angle of 356.36º 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 #49070B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 11 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.71 |
| HSL | 356.36º | 0.83% | 0.16% | - |
| HSV(B) | 356.36º | 0.9% | 0.29% | - |
| XYZ | 2.88 | 1.59 | 0.47 | - |
| YUV | 27.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 11 | 0 | 0.90 | 0.85 | 0.71 | 356.36 | 0.83 | 0.16 |
| Hex | 49 | 7 | B | 0 | 5A | 55 | 47 | 164 | 52 | 10 |
| Octal | 111 | 7 | 13 | 0 | 132 | 125 | 107 | 544 | 122 | 20 |
| Binary | 1001001 | 111 | 1011 | 0 | 1011010 | 1010101 | 1000111 | 101100100 | 1010010 | 10000 |
Color Harmonies of #49070B
Complementary color
Monochromatic Colors of #49070B
Black with #49070B
Text Example
Text Example
White with #49070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49070B; }
p { color: rgb(73,7,11); }
H1.HeaderClassName
{
color: #49070B;
}
.AnyTagClassName
{
color: #49070B;
}
</style>
background-color css
<style>
a { background-color: #49070B; }
a { background-color: rgb(73,7,11); }
div.DivClassName
{
background-color: #49070B;
}
.BgClassName
{
background-color: #49070B;
}
</style>
border-color css
<style>
span { border-color: #49070B; }
span { border-color: rgb(73,7,11); }
td.TdClassName
{
border-color: #49070B;
}
.TagClassName
{
border-color: #49070B;
}
</style>