Shades of Rustic Red #490B0C
Tints of Rustic Red #490B0C
RGB
CMYK
RGB Variations
Color information
#490B0C (or 0x490B0C) is known color: Rustic Red. HEX triplet: 49, 0B and 0C. RGB value is (73,11,12). Sum of RGB (Red+Green+Blue) = 73+11+12=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B0C is #B6F4F3. Grayscale: #1D1D1D. Windows color (decimal): -11990260 or 789321. OLE color: 789321.
HSL color Cylindrical-coordinate representation of color #490B0C: hue angle of 359.03º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B0C is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 12 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.71 |
| HSL | 359.03º | 0.74% | 0.16% | - |
| HSV(B) | 359.03º | 0.85% | 0.29% | - |
| XYZ | 2.93 | 1.68 | 0.52 | - |
| YUV | 29.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 12 | 0 | 0.85 | 0.84 | 0.71 | 359.03 | 0.74 | 0.16 |
| Hex | 49 | B | C | 0 | 55 | 54 | 47 | 167 | 4A | 10 |
| Octal | 111 | 13 | 14 | 0 | 125 | 124 | 107 | 547 | 112 | 20 |
| Binary | 1001001 | 1011 | 1100 | 0 | 1010101 | 1010100 | 1000111 | 101100111 | 1001010 | 10000 |
Color Harmonies of #490B0C
Complementary color
Monochromatic Colors of #490B0C
Black with #490B0C
Text Example
Text Example
White with #490B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B0C; }
p { color: rgb(73,11,12); }
H1.HeaderClassName
{
color: #490B0C;
}
.AnyTagClassName
{
color: #490B0C;
}
</style>
background-color css
<style>
a { background-color: #490B0C; }
a { background-color: rgb(73,11,12); }
div.DivClassName
{
background-color: #490B0C;
}
.BgClassName
{
background-color: #490B0C;
}
</style>
border-color css
<style>
span { border-color: #490B0C; }
span { border-color: rgb(73,11,12); }
td.TdClassName
{
border-color: #490B0C;
}
.TagClassName
{
border-color: #490B0C;
}
</style>