Shades of Rustic Red #491012
Tints of Rustic Red #491012
RGB
CMYK
RGB Variations
Color information
#491012 (or 0x491012) is known color: Rustic Red. HEX triplet: 49, 10 and 12. RGB value is (73,16,18). Sum of RGB (Red+Green+Blue) = 73+16+18=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491012 is #B6EFED. Grayscale: #212121. Windows color (decimal): -11988974 or 1183817. OLE color: 1183817.
HSL color Cylindrical-coordinate representation of color #491012: hue angle of 357.89º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491012 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 18 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.71 |
| HSL | 357.89º | 0.64% | 0.17% | - |
| HSV(B) | 357.89º | 0.78% | 0.29% | - |
| XYZ | 3.04 | 1.83 | 0.77 | - |
| YUV | 33.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 18 | 0 | 0.78 | 0.75 | 0.71 | 357.89 | 0.64 | 0.17 |
| Hex | 49 | 10 | 12 | 0 | 4E | 4B | 47 | 166 | 40 | 11 |
| Octal | 111 | 20 | 22 | 0 | 116 | 113 | 107 | 546 | 100 | 21 |
| Binary | 1001001 | 10000 | 10010 | 0 | 1001110 | 1001011 | 1000111 | 101100110 | 1000000 | 10001 |
Color Harmonies of #491012
Complementary color
Monochromatic Colors of #491012
Black with #491012
Text Example
Text Example
White with #491012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491012; }
p { color: rgb(73,16,18); }
H1.HeaderClassName
{
color: #491012;
}
.AnyTagClassName
{
color: #491012;
}
</style>
background-color css
<style>
a { background-color: #491012; }
a { background-color: rgb(73,16,18); }
div.DivClassName
{
background-color: #491012;
}
.BgClassName
{
background-color: #491012;
}
</style>
border-color css
<style>
span { border-color: #491012; }
span { border-color: rgb(73,16,18); }
td.TdClassName
{
border-color: #491012;
}
.TagClassName
{
border-color: #491012;
}
</style>