Shades of Rustic Red #49010F
Tints of Rustic Red #49010F
RGB
CMYK
RGB Variations
Color information
#49010F (or 0x49010F) is known color: Rustic Red. HEX triplet: 49, 01 and 0F. RGB value is (73,1,15). Sum of RGB (Red+Green+Blue) = 73+1+15=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #49010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49010F is #B6FEF0. Grayscale: #181818. Windows color (decimal): -11992817 or 983369. OLE color: 983369.
HSL color Cylindrical-coordinate representation of color #49010F: hue angle of 348.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49010F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.71 |
| HSL | 348.33º | 0.97% | 0.15% | - |
| HSV(B) | 348.33º | 0.99% | 0.29% | - |
| XYZ | 2.84 | 1.47 | 0.59 | - |
| YUV | 24.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 15 | 0 | 0.99 | 0.79 | 0.71 | 348.33 | 0.97 | 0.15 |
| Hex | 49 | 1 | F | 0 | 63 | 4F | 47 | 15C | 61 | F |
| Octal | 111 | 1 | 17 | 0 | 143 | 117 | 107 | 534 | 141 | 17 |
| Binary | 1001001 | 1 | 1111 | 0 | 1100011 | 1001111 | 1000111 | 101011100 | 1100001 | 1111 |
Color Harmonies of #49010F
Complementary color
Monochromatic Colors of #49010F
Black with #49010F
Text Example
Text Example
White with #49010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49010F; }
p { color: rgb(73,1,15); }
H1.HeaderClassName
{
color: #49010F;
}
.AnyTagClassName
{
color: #49010F;
}
</style>
background-color css
<style>
a { background-color: #49010F; }
a { background-color: rgb(73,1,15); }
div.DivClassName
{
background-color: #49010F;
}
.BgClassName
{
background-color: #49010F;
}
</style>
border-color css
<style>
span { border-color: #49010F; }
span { border-color: rgb(73,1,15); }
td.TdClassName
{
border-color: #49010F;
}
.TagClassName
{
border-color: #49010F;
}
</style>