Shades of Rustic Red #49010D
Tints of Rustic Red #49010D
RGB
CMYK
RGB Variations
Color information
#49010D (or 0x49010D) is known color: Rustic Red. HEX triplet: 49, 01 and 0D. RGB value is (73,1,13). Sum of RGB (Red+Green+Blue) = 73+1+13=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #49010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49010D is #B6FEF2. Grayscale: #171717. Windows color (decimal): -11992819 or 852297. OLE color: 852297.
HSL color Cylindrical-coordinate representation of color #49010D: hue angle of 350º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49010D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.71 |
| HSL | 350º | 0.97% | 0.15% | - |
| HSV(B) | 350º | 0.99% | 0.29% | - |
| XYZ | 2.83 | 1.47 | 0.51 | - |
| YUV | 23.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 13 | 0 | 0.99 | 0.82 | 0.71 | 350 | 0.97 | 0.15 |
| Hex | 49 | 1 | D | 0 | 63 | 52 | 47 | 15E | 61 | F |
| Octal | 111 | 1 | 15 | 0 | 143 | 122 | 107 | 536 | 141 | 17 |
| Binary | 1001001 | 1 | 1101 | 0 | 1100011 | 1010010 | 1000111 | 101011110 | 1100001 | 1111 |
Color Harmonies of #49010D
Complementary color
Monochromatic Colors of #49010D
Black with #49010D
Text Example
Text Example
White with #49010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49010D; }
p { color: rgb(73,1,13); }
H1.HeaderClassName
{
color: #49010D;
}
.AnyTagClassName
{
color: #49010D;
}
</style>
background-color css
<style>
a { background-color: #49010D; }
a { background-color: rgb(73,1,13); }
div.DivClassName
{
background-color: #49010D;
}
.BgClassName
{
background-color: #49010D;
}
</style>
border-color css
<style>
span { border-color: #49010D; }
span { border-color: rgb(73,1,13); }
td.TdClassName
{
border-color: #49010D;
}
.TagClassName
{
border-color: #49010D;
}
</style>