Shades of Rustic Red #491112
Tints of Rustic Red #491112
RGB
CMYK
RGB Variations
Color information
#491112 (or 0x491112) is known color: Rustic Red. HEX triplet: 49, 11 and 12. RGB value is (73,17,18). Sum of RGB (Red+Green+Blue) = 73+17+18=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491112 is #B6EEED. Grayscale: #212121. Windows color (decimal): -11988718 or 1184073. OLE color: 1184073.
HSL color Cylindrical-coordinate representation of color #491112: hue angle of 358.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491112 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 18 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.71 |
| HSL | 358.93º | 0.62% | 0.18% | - |
| HSV(B) | 358.93º | 0.77% | 0.29% | - |
| XYZ | 3.06 | 1.86 | 0.77 | - |
| YUV | 33.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 18 | 0 | 0.77 | 0.75 | 0.71 | 358.93 | 0.62 | 0.18 |
| Hex | 49 | 11 | 12 | 0 | 4D | 4B | 47 | 167 | 3E | 12 |
| Octal | 111 | 21 | 22 | 0 | 115 | 113 | 107 | 547 | 76 | 22 |
| Binary | 1001001 | 10001 | 10010 | 0 | 1001101 | 1001011 | 1000111 | 101100111 | 111110 | 10010 |
Color Harmonies of #491112
Complementary color
Monochromatic Colors of #491112
Black with #491112
Text Example
Text Example
White with #491112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491112; }
p { color: rgb(73,17,18); }
H1.HeaderClassName
{
color: #491112;
}
.AnyTagClassName
{
color: #491112;
}
</style>
background-color css
<style>
a { background-color: #491112; }
a { background-color: rgb(73,17,18); }
div.DivClassName
{
background-color: #491112;
}
.BgClassName
{
background-color: #491112;
}
</style>
border-color css
<style>
span { border-color: #491112; }
span { border-color: rgb(73,17,18); }
td.TdClassName
{
border-color: #491112;
}
.TagClassName
{
border-color: #491112;
}
</style>