Shades of Rustic Red #49020B
Tints of Rustic Red #49020B
RGB
CMYK
RGB Variations
Color information
#49020B (or 0x49020B) is known color: Rustic Red. HEX triplet: 49, 02 and 0B. RGB value is (73,2,11). Sum of RGB (Red+Green+Blue) = 73+2+11=86 (11% of max value = 765). Red value is 73 (28.91% from 255 or 84.88% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 73 - color contains mainly: red. Hex color #49020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49020B is #B6FDF4. Grayscale: #181818. Windows color (decimal): -11992565 or 721481. OLE color: 721481.
HSL color Cylindrical-coordinate representation of color #49020B: hue angle of 352.39º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49020B is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 11 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.71 |
| HSL | 352.39º | 0.95% | 0.15% | - |
| HSV(B) | 352.39º | 0.97% | 0.29% | - |
| XYZ | 2.83 | 1.48 | 0.45 | - |
| YUV | 24.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 11 | 0 | 0.97 | 0.85 | 0.71 | 352.39 | 0.95 | 0.15 |
| Hex | 49 | 2 | B | 0 | 61 | 55 | 47 | 160 | 5F | F |
| Octal | 111 | 2 | 13 | 0 | 141 | 125 | 107 | 540 | 137 | 17 |
| Binary | 1001001 | 10 | 1011 | 0 | 1100001 | 1010101 | 1000111 | 101100000 | 1011111 | 1111 |
Color Harmonies of #49020B
Complementary color
Monochromatic Colors of #49020B
Black with #49020B
Text Example
Text Example
White with #49020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49020B; }
p { color: rgb(73,2,11); }
H1.HeaderClassName
{
color: #49020B;
}
.AnyTagClassName
{
color: #49020B;
}
</style>
background-color css
<style>
a { background-color: #49020B; }
a { background-color: rgb(73,2,11); }
div.DivClassName
{
background-color: #49020B;
}
.BgClassName
{
background-color: #49020B;
}
</style>
border-color css
<style>
span { border-color: #49020B; }
span { border-color: rgb(73,2,11); }
td.TdClassName
{
border-color: #49020B;
}
.TagClassName
{
border-color: #49020B;
}
</style>