Shades of Rustic Red #49050B
Tints of Rustic Red #49050B
RGB
CMYK
RGB Variations
Color information
#49050B (or 0x49050B) is known color: Rustic Red. HEX triplet: 49, 05 and 0B. RGB value is (73,5,11). Sum of RGB (Red+Green+Blue) = 73+5+11=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #49050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49050B is #B6FAF4. Grayscale: #1A1A1A. Windows color (decimal): -11991797 or 722249. OLE color: 722249.
HSL color Cylindrical-coordinate representation of color #49050B: hue angle of 354.71º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49050B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 11 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.71 |
| HSL | 354.71º | 0.87% | 0.15% | - |
| HSV(B) | 354.71º | 0.93% | 0.29% | - |
| XYZ | 2.86 | 1.55 | 0.46 | - |
| YUV | 26.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 11 | 0 | 0.93 | 0.85 | 0.71 | 354.71 | 0.87 | 0.15 |
| Hex | 49 | 5 | B | 0 | 5D | 55 | 47 | 163 | 57 | F |
| Octal | 111 | 5 | 13 | 0 | 135 | 125 | 107 | 543 | 127 | 17 |
| Binary | 1001001 | 101 | 1011 | 0 | 1011101 | 1010101 | 1000111 | 101100011 | 1010111 | 1111 |
Color Harmonies of #49050B
Complementary color
Monochromatic Colors of #49050B
Black with #49050B
Text Example
Text Example
White with #49050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49050B; }
p { color: rgb(73,5,11); }
H1.HeaderClassName
{
color: #49050B;
}
.AnyTagClassName
{
color: #49050B;
}
</style>
background-color css
<style>
a { background-color: #49050B; }
a { background-color: rgb(73,5,11); }
div.DivClassName
{
background-color: #49050B;
}
.BgClassName
{
background-color: #49050B;
}
</style>
border-color css
<style>
span { border-color: #49050B; }
span { border-color: rgb(73,5,11); }
td.TdClassName
{
border-color: #49050B;
}
.TagClassName
{
border-color: #49050B;
}
</style>