Shades of Rustic Red #491418
Tints of Rustic Red #491418
RGB
CMYK
RGB Variations
Color information
#491418 (or 0x491418) is known color: Rustic Red. HEX triplet: 49, 14 and 18. RGB value is (73,20,24). Sum of RGB (Red+Green+Blue) = 73+20+24=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #491418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491418 is #B6EBE7. Grayscale: #242424. Windows color (decimal): -11987944 or 1578057. OLE color: 1578057.
HSL color Cylindrical-coordinate representation of color #491418: hue angle of 355.47º 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 #491418 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 24 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.71 |
| HSL | 355.47º | 0.57% | 0.18% | - |
| HSV(B) | 355.47º | 0.73% | 0.29% | - |
| XYZ | 3.16 | 1.98 | 1.08 | - |
| YUV | 36.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 24 | 0 | 0.73 | 0.67 | 0.71 | 355.47 | 0.57 | 0.18 |
| Hex | 49 | 14 | 18 | 0 | 49 | 43 | 47 | 163 | 39 | 12 |
| Octal | 111 | 24 | 30 | 0 | 111 | 103 | 107 | 543 | 71 | 22 |
| Binary | 1001001 | 10100 | 11000 | 0 | 1001001 | 1000011 | 1000111 | 101100011 | 111001 | 10010 |
Color Harmonies of #491418
Complementary color
Monochromatic Colors of #491418
Black with #491418
Text Example
Text Example
White with #491418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491418; }
p { color: rgb(73,20,24); }
H1.HeaderClassName
{
color: #491418;
}
.AnyTagClassName
{
color: #491418;
}
</style>
background-color css
<style>
a { background-color: #491418; }
a { background-color: rgb(73,20,24); }
div.DivClassName
{
background-color: #491418;
}
.BgClassName
{
background-color: #491418;
}
</style>
border-color css
<style>
span { border-color: #491418; }
span { border-color: rgb(73,20,24); }
td.TdClassName
{
border-color: #491418;
}
.TagClassName
{
border-color: #491418;
}
</style>