Shades of Rustic Red #49020F
Tints of Rustic Red #49020F
RGB
CMYK
RGB Variations
Color information
#49020F (or 0x49020F) is known color: Rustic Red. HEX triplet: 49, 02 and 0F. RGB value is (73,2,15). Sum of RGB (Red+Green+Blue) = 73+2+15=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49020F is #B6FDF0. Grayscale: #181818. Windows color (decimal): -11992561 or 983625. OLE color: 983625.
HSL color Cylindrical-coordinate representation of color #49020F: hue angle of 349.01º 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 #49020F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 15 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.71 |
| HSL | 349.01º | 0.95% | 0.15% | - |
| HSV(B) | 349.01º | 0.97% | 0.29% | - |
| XYZ | 2.86 | 1.49 | 0.59 | - |
| YUV | 24.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 15 | 0 | 0.97 | 0.79 | 0.71 | 349.01 | 0.95 | 0.15 |
| Hex | 49 | 2 | F | 0 | 61 | 4F | 47 | 15D | 5F | F |
| Octal | 111 | 2 | 17 | 0 | 141 | 117 | 107 | 535 | 137 | 17 |
| Binary | 1001001 | 10 | 1111 | 0 | 1100001 | 1001111 | 1000111 | 101011101 | 1011111 | 1111 |
Color Harmonies of #49020F
Complementary color
Monochromatic Colors of #49020F
Black with #49020F
Text Example
Text Example
White with #49020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49020F; }
p { color: rgb(73,2,15); }
H1.HeaderClassName
{
color: #49020F;
}
.AnyTagClassName
{
color: #49020F;
}
</style>
background-color css
<style>
a { background-color: #49020F; }
a { background-color: rgb(73,2,15); }
div.DivClassName
{
background-color: #49020F;
}
.BgClassName
{
background-color: #49020F;
}
</style>
border-color css
<style>
span { border-color: #49020F; }
span { border-color: rgb(73,2,15); }
td.TdClassName
{
border-color: #49020F;
}
.TagClassName
{
border-color: #49020F;
}
</style>