Shades of Rustic Red #491215
Tints of Rustic Red #491215
RGB
CMYK
RGB Variations
Color information
#491215 (or 0x491215) is known color: Rustic Red. HEX triplet: 49, 12 and 15. RGB value is (73,18,21). Sum of RGB (Red+Green+Blue) = 73+18+21=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491215 is #B6EDEA. Grayscale: #222222. Windows color (decimal): -11988459 or 1380937. OLE color: 1380937.
HSL color Cylindrical-coordinate representation of color #491215: hue angle of 356.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491215 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 21 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.71 |
| HSL | 356.73º | 0.6% | 0.18% | - |
| HSV(B) | 356.73º | 0.75% | 0.29% | - |
| XYZ | 3.1 | 1.9 | 0.91 | - |
| YUV | 34.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 21 | 0 | 0.75 | 0.71 | 0.71 | 356.73 | 0.6 | 0.18 |
| Hex | 49 | 12 | 15 | 0 | 4B | 47 | 47 | 165 | 3C | 12 |
| Octal | 111 | 22 | 25 | 0 | 113 | 107 | 107 | 545 | 74 | 22 |
| Binary | 1001001 | 10010 | 10101 | 0 | 1001011 | 1000111 | 1000111 | 101100101 | 111100 | 10010 |
Color Harmonies of #491215
Complementary color
Monochromatic Colors of #491215
Black with #491215
Text Example
Text Example
White with #491215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491215; }
p { color: rgb(73,18,21); }
H1.HeaderClassName
{
color: #491215;
}
.AnyTagClassName
{
color: #491215;
}
</style>
background-color css
<style>
a { background-color: #491215; }
a { background-color: rgb(73,18,21); }
div.DivClassName
{
background-color: #491215;
}
.BgClassName
{
background-color: #491215;
}
</style>
border-color css
<style>
span { border-color: #491215; }
span { border-color: rgb(73,18,21); }
td.TdClassName
{
border-color: #491215;
}
.TagClassName
{
border-color: #491215;
}
</style>