Shades of Rustic Red #49020D
Tints of Rustic Red #49020D
RGB
CMYK
RGB Variations
Color information
#49020D (or 0x49020D) is known color: Rustic Red. HEX triplet: 49, 02 and 0D. RGB value is (73,2,13). Sum of RGB (Red+Green+Blue) = 73+2+13=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49020D is #B6FDF2. Grayscale: #181818. Windows color (decimal): -11992563 or 852553. OLE color: 852553.
HSL color Cylindrical-coordinate representation of color #49020D: hue angle of 350.7º 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 #49020D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.71 |
| HSL | 350.7º | 0.95% | 0.15% | - |
| HSV(B) | 350.7º | 0.97% | 0.29% | - |
| XYZ | 2.84 | 1.49 | 0.52 | - |
| YUV | 24.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 13 | 0 | 0.97 | 0.82 | 0.71 | 350.7 | 0.95 | 0.15 |
| Hex | 49 | 2 | D | 0 | 61 | 52 | 47 | 15F | 5F | F |
| Octal | 111 | 2 | 15 | 0 | 141 | 122 | 107 | 537 | 137 | 17 |
| Binary | 1001001 | 10 | 1101 | 0 | 1100001 | 1010010 | 1000111 | 101011111 | 1011111 | 1111 |
Color Harmonies of #49020D
Complementary color
Monochromatic Colors of #49020D
Black with #49020D
Text Example
Text Example
White with #49020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49020D; }
p { color: rgb(73,2,13); }
H1.HeaderClassName
{
color: #49020D;
}
.AnyTagClassName
{
color: #49020D;
}
</style>
background-color css
<style>
a { background-color: #49020D; }
a { background-color: rgb(73,2,13); }
div.DivClassName
{
background-color: #49020D;
}
.BgClassName
{
background-color: #49020D;
}
</style>
border-color css
<style>
span { border-color: #49020D; }
span { border-color: rgb(73,2,13); }
td.TdClassName
{
border-color: #49020D;
}
.TagClassName
{
border-color: #49020D;
}
</style>