Shades of Rustic Red #49030D
Tints of Rustic Red #49030D
RGB
CMYK
RGB Variations
Color information
#49030D (or 0x49030D) is known color: Rustic Red. HEX triplet: 49, 03 and 0D. RGB value is (73,3,13). Sum of RGB (Red+Green+Blue) = 73+3+13=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #49030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030D is #B6FCF2. Grayscale: #191919. Windows color (decimal): -11992307 or 852809. OLE color: 852809.
HSL color Cylindrical-coordinate representation of color #49030D: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49030D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 13 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.71 |
| HSL | 351.43º | 0.92% | 0.15% | - |
| HSV(B) | 351.43º | 0.96% | 0.29% | - |
| XYZ | 2.85 | 1.51 | 0.52 | - |
| YUV | 25.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 13 | 0 | 0.96 | 0.82 | 0.71 | 351.43 | 0.92 | 0.15 |
| Hex | 49 | 3 | D | 0 | 60 | 52 | 47 | 15F | 5C | F |
| Octal | 111 | 3 | 15 | 0 | 140 | 122 | 107 | 537 | 134 | 17 |
| Binary | 1001001 | 11 | 1101 | 0 | 1100000 | 1010010 | 1000111 | 101011111 | 1011100 | 1111 |
Color Harmonies of #49030D
Complementary color
Monochromatic Colors of #49030D
Black with #49030D
Text Example
Text Example
White with #49030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49030D; }
p { color: rgb(73,3,13); }
H1.HeaderClassName
{
color: #49030D;
}
.AnyTagClassName
{
color: #49030D;
}
</style>
background-color css
<style>
a { background-color: #49030D; }
a { background-color: rgb(73,3,13); }
div.DivClassName
{
background-color: #49030D;
}
.BgClassName
{
background-color: #49030D;
}
</style>
border-color css
<style>
span { border-color: #49030D; }
span { border-color: rgb(73,3,13); }
td.TdClassName
{
border-color: #49030D;
}
.TagClassName
{
border-color: #49030D;
}
</style>