Shades of Rustic Red #491819
Tints of Rustic Red #491819
RGB
CMYK
RGB Variations
Color information
#491819 (or 0x491819) is known color: Rustic Red. HEX triplet: 49, 18 and 19. RGB value is (73,24,25). Sum of RGB (Red+Green+Blue) = 73+24+25=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491819 is #B6E7E6. Grayscale: #262626. Windows color (decimal): -11986919 or 1644617. OLE color: 1644617.
HSL color Cylindrical-coordinate representation of color #491819: hue angle of 358.78º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491819 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 25 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.71 |
| HSL | 358.78º | 0.51% | 0.19% | - |
| HSV(B) | 358.78º | 0.67% | 0.29% | - |
| XYZ | 3.25 | 2.14 | 1.16 | - |
| YUV | 38.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 25 | 0 | 0.67 | 0.66 | 0.71 | 358.78 | 0.51 | 0.19 |
| Hex | 49 | 18 | 19 | 0 | 43 | 42 | 47 | 167 | 33 | 13 |
| Octal | 111 | 30 | 31 | 0 | 103 | 102 | 107 | 547 | 63 | 23 |
| Binary | 1001001 | 11000 | 11001 | 0 | 1000011 | 1000010 | 1000111 | 101100111 | 110011 | 10011 |
Color Harmonies of #491819
Complementary color
Monochromatic Colors of #491819
Black with #491819
Text Example
Text Example
White with #491819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491819; }
p { color: rgb(73,24,25); }
H1.HeaderClassName
{
color: #491819;
}
.AnyTagClassName
{
color: #491819;
}
</style>
background-color css
<style>
a { background-color: #491819; }
a { background-color: rgb(73,24,25); }
div.DivClassName
{
background-color: #491819;
}
.BgClassName
{
background-color: #491819;
}
</style>
border-color css
<style>
span { border-color: #491819; }
span { border-color: rgb(73,24,25); }
td.TdClassName
{
border-color: #491819;
}
.TagClassName
{
border-color: #491819;
}
</style>