Shades of Rustic Red #491415
Tints of Rustic Red #491415
RGB
CMYK
RGB Variations
Color information
#491415 (or 0x491415) is known color: Rustic Red. HEX triplet: 49, 14 and 15. RGB value is (73,20,21). Sum of RGB (Red+Green+Blue) = 73+20+21=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491415 is #B6EBEA. Grayscale: #242424. Windows color (decimal): -11987947 or 1381449. OLE color: 1381449.
HSL color Cylindrical-coordinate representation of color #491415: hue angle of 358.87º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491415 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 21 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.71 |
| HSL | 358.87º | 0.57% | 0.18% | - |
| HSV(B) | 358.87º | 0.73% | 0.29% | - |
| XYZ | 3.13 | 1.97 | 0.92 | - |
| YUV | 35.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 21 | 0 | 0.73 | 0.71 | 0.71 | 358.87 | 0.57 | 0.18 |
| Hex | 49 | 14 | 15 | 0 | 49 | 47 | 47 | 167 | 39 | 12 |
| Octal | 111 | 24 | 25 | 0 | 111 | 107 | 107 | 547 | 71 | 22 |
| Binary | 1001001 | 10100 | 10101 | 0 | 1001001 | 1000111 | 1000111 | 101100111 | 111001 | 10010 |
Color Harmonies of #491415
Complementary color
Monochromatic Colors of #491415
Black with #491415
Text Example
Text Example
White with #491415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491415; }
p { color: rgb(73,20,21); }
H1.HeaderClassName
{
color: #491415;
}
.AnyTagClassName
{
color: #491415;
}
</style>
background-color css
<style>
a { background-color: #491415; }
a { background-color: rgb(73,20,21); }
div.DivClassName
{
background-color: #491415;
}
.BgClassName
{
background-color: #491415;
}
</style>
border-color css
<style>
span { border-color: #491415; }
span { border-color: rgb(73,20,21); }
td.TdClassName
{
border-color: #491415;
}
.TagClassName
{
border-color: #491415;
}
</style>