Shades of Rustic Red #49050F
Tints of Rustic Red #49050F
RGB
CMYK
RGB Variations
Color information
#49050F (or 0x49050F) is known color: Rustic Red. HEX triplet: 49, 05 and 0F. RGB value is (73,5,15). Sum of RGB (Red+Green+Blue) = 73+5+15=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #49050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49050F is #B6FAF0. Grayscale: #1A1A1A. Windows color (decimal): -11991793 or 984393. OLE color: 984393.
HSL color Cylindrical-coordinate representation of color #49050F: hue angle of 351.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49050F is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 15 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.71 |
| HSL | 351.18º | 0.87% | 0.15% | - |
| HSV(B) | 351.18º | 0.93% | 0.29% | - |
| XYZ | 2.89 | 1.56 | 0.6 | - |
| YUV | 26.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 15 | 0 | 0.93 | 0.79 | 0.71 | 351.18 | 0.87 | 0.15 |
| Hex | 49 | 5 | F | 0 | 5D | 4F | 47 | 15F | 57 | F |
| Octal | 111 | 5 | 17 | 0 | 135 | 117 | 107 | 537 | 127 | 17 |
| Binary | 1001001 | 101 | 1111 | 0 | 1011101 | 1001111 | 1000111 | 101011111 | 1010111 | 1111 |
Color Harmonies of #49050F
Complementary color
Monochromatic Colors of #49050F
Black with #49050F
Text Example
Text Example
White with #49050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49050F; }
p { color: rgb(73,5,15); }
H1.HeaderClassName
{
color: #49050F;
}
.AnyTagClassName
{
color: #49050F;
}
</style>
background-color css
<style>
a { background-color: #49050F; }
a { background-color: rgb(73,5,15); }
div.DivClassName
{
background-color: #49050F;
}
.BgClassName
{
background-color: #49050F;
}
</style>
border-color css
<style>
span { border-color: #49050F; }
span { border-color: rgb(73,5,15); }
td.TdClassName
{
border-color: #49050F;
}
.TagClassName
{
border-color: #49050F;
}
</style>