Shades of Rustic Red #49030E
Tints of Rustic Red #49030E
RGB
CMYK
RGB Variations
Color information
#49030E (or 0x49030E) is known color: Rustic Red. HEX triplet: 49, 03 and 0E. RGB value is (73,3,14). Sum of RGB (Red+Green+Blue) = 73+3+14=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030E is #B6FCF1. Grayscale: #191919. Windows color (decimal): -11992306 or 918345. OLE color: 918345.
HSL color Cylindrical-coordinate representation of color #49030E: hue angle of 350.57º 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 #49030E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 14 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.71 |
| HSL | 350.57º | 0.92% | 0.15% | - |
| HSV(B) | 350.57º | 0.96% | 0.29% | - |
| XYZ | 2.86 | 1.51 | 0.56 | - |
| YUV | 25.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 14 | 0 | 0.96 | 0.81 | 0.71 | 350.57 | 0.92 | 0.15 |
| Hex | 49 | 3 | E | 0 | 60 | 51 | 47 | 15F | 5C | F |
| Octal | 111 | 3 | 16 | 0 | 140 | 121 | 107 | 537 | 134 | 17 |
| Binary | 1001001 | 11 | 1110 | 0 | 1100000 | 1010001 | 1000111 | 101011111 | 1011100 | 1111 |
Color Harmonies of #49030E
Complementary color
Monochromatic Colors of #49030E
Black with #49030E
Text Example
Text Example
White with #49030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49030E; }
p { color: rgb(73,3,14); }
H1.HeaderClassName
{
color: #49030E;
}
.AnyTagClassName
{
color: #49030E;
}
</style>
background-color css
<style>
a { background-color: #49030E; }
a { background-color: rgb(73,3,14); }
div.DivClassName
{
background-color: #49030E;
}
.BgClassName
{
background-color: #49030E;
}
</style>
border-color css
<style>
span { border-color: #49030E; }
span { border-color: rgb(73,3,14); }
td.TdClassName
{
border-color: #49030E;
}
.TagClassName
{
border-color: #49030E;
}
</style>