Shades of Rustic Red #49080D
Tints of Rustic Red #49080D
RGB
CMYK
RGB Variations
Color information
#49080D (or 0x49080D) is known color: Rustic Red. HEX triplet: 49, 08 and 0D. RGB value is (73,8,13). Sum of RGB (Red+Green+Blue) = 73+8+13=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #49080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080D is #B6F7F2. Grayscale: #1C1C1C. Windows color (decimal): -11991027 or 854089. OLE color: 854089.
HSL color Cylindrical-coordinate representation of color #49080D: hue angle of 355.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49080D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 13 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.71 |
| HSL | 355.38º | 0.8% | 0.16% | - |
| HSV(B) | 355.38º | 0.89% | 0.29% | - |
| XYZ | 2.91 | 1.62 | 0.54 | - |
| YUV | 28.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 13 | 0 | 0.89 | 0.82 | 0.71 | 355.38 | 0.8 | 0.16 |
| Hex | 49 | 8 | D | 0 | 59 | 52 | 47 | 163 | 50 | 10 |
| Octal | 111 | 10 | 15 | 0 | 131 | 122 | 107 | 543 | 120 | 20 |
| Binary | 1001001 | 1000 | 1101 | 0 | 1011001 | 1010010 | 1000111 | 101100011 | 1010000 | 10000 |
Color Harmonies of #49080D
Complementary color
Monochromatic Colors of #49080D
Black with #49080D
Text Example
Text Example
White with #49080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49080D; }
p { color: rgb(73,8,13); }
H1.HeaderClassName
{
color: #49080D;
}
.AnyTagClassName
{
color: #49080D;
}
</style>
background-color css
<style>
a { background-color: #49080D; }
a { background-color: rgb(73,8,13); }
div.DivClassName
{
background-color: #49080D;
}
.BgClassName
{
background-color: #49080D;
}
</style>
border-color css
<style>
span { border-color: #49080D; }
span { border-color: rgb(73,8,13); }
td.TdClassName
{
border-color: #49080D;
}
.TagClassName
{
border-color: #49080D;
}
</style>