Shades of Rustic Red #491619
Tints of Rustic Red #491619
RGB
CMYK
RGB Variations
Color information
#491619 (or 0x491619) is known color: Rustic Red. HEX triplet: 49, 16 and 19. RGB value is (73,22,25). Sum of RGB (Red+Green+Blue) = 73+22+25=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #491619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491619 is #B6E9E6. Grayscale: #252525. Windows color (decimal): -11987431 or 1644105. OLE color: 1644105.
HSL color Cylindrical-coordinate representation of color #491619: hue angle of 356.47º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491619 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 25 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.71 |
| HSL | 356.47º | 0.54% | 0.19% | - |
| HSV(B) | 356.47º | 0.7% | 0.29% | - |
| XYZ | 3.21 | 2.06 | 1.15 | - |
| YUV | 37.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 25 | 0 | 0.70 | 0.66 | 0.71 | 356.47 | 0.54 | 0.19 |
| Hex | 49 | 16 | 19 | 0 | 46 | 42 | 47 | 164 | 36 | 13 |
| Octal | 111 | 26 | 31 | 0 | 106 | 102 | 107 | 544 | 66 | 23 |
| Binary | 1001001 | 10110 | 11001 | 0 | 1000110 | 1000010 | 1000111 | 101100100 | 110110 | 10011 |
Color Harmonies of #491619
Complementary color
Monochromatic Colors of #491619
Black with #491619
Text Example
Text Example
White with #491619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491619; }
p { color: rgb(73,22,25); }
H1.HeaderClassName
{
color: #491619;
}
.AnyTagClassName
{
color: #491619;
}
</style>
background-color css
<style>
a { background-color: #491619; }
a { background-color: rgb(73,22,25); }
div.DivClassName
{
background-color: #491619;
}
.BgClassName
{
background-color: #491619;
}
</style>
border-color css
<style>
span { border-color: #491619; }
span { border-color: rgb(73,22,25); }
td.TdClassName
{
border-color: #491619;
}
.TagClassName
{
border-color: #491619;
}
</style>