Shades of Rustic Red #490212
Tints of Rustic Red #490212
RGB
CMYK
RGB Variations
Color information
#490212 (or 0x490212) is known color: Rustic Red. HEX triplet: 49, 02 and 12. RGB value is (73,2,18). Sum of RGB (Red+Green+Blue) = 73+2+18=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #490212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490212 is #B6FDED. Grayscale: #191919. Windows color (decimal): -11992558 or 1180233. OLE color: 1180233.
HSL color Cylindrical-coordinate representation of color #490212: hue angle of 346.48º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490212 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 18 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.71 |
| HSL | 346.48º | 0.95% | 0.15% | - |
| HSV(B) | 346.48º | 0.97% | 0.29% | - |
| XYZ | 2.88 | 1.5 | 0.71 | - |
| YUV | 25.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 18 | 0 | 0.97 | 0.75 | 0.71 | 346.48 | 0.95 | 0.15 |
| Hex | 49 | 2 | 12 | 0 | 61 | 4B | 47 | 15A | 5F | F |
| Octal | 111 | 2 | 22 | 0 | 141 | 113 | 107 | 532 | 137 | 17 |
| Binary | 1001001 | 10 | 10010 | 0 | 1100001 | 1001011 | 1000111 | 101011010 | 1011111 | 1111 |
Color Harmonies of #490212
Complementary color
Monochromatic Colors of #490212
Black with #490212
Text Example
Text Example
White with #490212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490212; }
p { color: rgb(73,2,18); }
H1.HeaderClassName
{
color: #490212;
}
.AnyTagClassName
{
color: #490212;
}
</style>
background-color css
<style>
a { background-color: #490212; }
a { background-color: rgb(73,2,18); }
div.DivClassName
{
background-color: #490212;
}
.BgClassName
{
background-color: #490212;
}
</style>
border-color css
<style>
span { border-color: #490212; }
span { border-color: rgb(73,2,18); }
td.TdClassName
{
border-color: #490212;
}
.TagClassName
{
border-color: #490212;
}
</style>