Shades of Rustic Red #49181A
Tints of Rustic Red #49181A
RGB
CMYK
RGB Variations
Color information
#49181A (or 0x49181A) is known color: Rustic Red. HEX triplet: 49, 18 and 1A. RGB value is (73,24,26). Sum of RGB (Red+Green+Blue) = 73+24+26=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181A is #B6E7E5. Grayscale: #262626. Windows color (decimal): -11986918 or 1710153. OLE color: 1710153.
HSL color Cylindrical-coordinate representation of color #49181A: hue angle of 357.55º 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 #49181A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 26 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.71 |
| HSL | 357.55º | 0.51% | 0.19% | - |
| HSV(B) | 357.55º | 0.67% | 0.29% | - |
| XYZ | 3.26 | 2.14 | 1.22 | - |
| YUV | 38.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 26 | 0 | 0.67 | 0.64 | 0.71 | 357.55 | 0.51 | 0.19 |
| Hex | 49 | 18 | 1A | 0 | 43 | 40 | 47 | 166 | 33 | 13 |
| Octal | 111 | 30 | 32 | 0 | 103 | 100 | 107 | 546 | 63 | 23 |
| Binary | 1001001 | 11000 | 11010 | 0 | 1000011 | 1000000 | 1000111 | 101100110 | 110011 | 10011 |
Color Harmonies of #49181A
Complementary color
Monochromatic Colors of #49181A
Black with #49181A
Text Example
Text Example
White with #49181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49181A; }
p { color: rgb(73,24,26); }
H1.HeaderClassName
{
color: #49181A;
}
.AnyTagClassName
{
color: #49181A;
}
</style>
background-color css
<style>
a { background-color: #49181A; }
a { background-color: rgb(73,24,26); }
div.DivClassName
{
background-color: #49181A;
}
.BgClassName
{
background-color: #49181A;
}
</style>
border-color css
<style>
span { border-color: #49181A; }
span { border-color: rgb(73,24,26); }
td.TdClassName
{
border-color: #49181A;
}
.TagClassName
{
border-color: #49181A;
}
</style>