Shades of Rustic Red #49090B
Tints of Rustic Red #49090B
RGB
CMYK
RGB Variations
Color information
#49090B (or 0x49090B) is known color: Rustic Red. HEX triplet: 49, 09 and 0B. RGB value is (73,9,11). Sum of RGB (Red+Green+Blue) = 73+9+11=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #49090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49090B is #B6F6F4. Grayscale: #1C1C1C. Windows color (decimal): -11990773 or 723273. OLE color: 723273.
HSL color Cylindrical-coordinate representation of color #49090B: hue angle of 358.12º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49090B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 11 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.71 |
| HSL | 358.13º | 0.78% | 0.16% | - |
| HSV(B) | 358.13º | 0.88% | 0.29% | - |
| XYZ | 2.91 | 1.64 | 0.48 | - |
| YUV | 28.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 11 | 0 | 0.88 | 0.85 | 0.71 | 358.13 | 0.78 | 0.16 |
| Hex | 49 | 9 | B | 0 | 58 | 55 | 47 | 166 | 4E | 10 |
| Octal | 111 | 11 | 13 | 0 | 130 | 125 | 107 | 546 | 116 | 20 |
| Binary | 1001001 | 1001 | 1011 | 0 | 1011000 | 1010101 | 1000111 | 101100110 | 1001110 | 10000 |
Color Harmonies of #49090B
Complementary color
Monochromatic Colors of #49090B
Black with #49090B
Text Example
Text Example
White with #49090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49090B; }
p { color: rgb(73,9,11); }
H1.HeaderClassName
{
color: #49090B;
}
.AnyTagClassName
{
color: #49090B;
}
</style>
background-color css
<style>
a { background-color: #49090B; }
a { background-color: rgb(73,9,11); }
div.DivClassName
{
background-color: #49090B;
}
.BgClassName
{
background-color: #49090B;
}
</style>
border-color css
<style>
span { border-color: #49090B; }
span { border-color: rgb(73,9,11); }
td.TdClassName
{
border-color: #49090B;
}
.TagClassName
{
border-color: #49090B;
}
</style>