Shades of Rustic Red #49000F
Tints of Rustic Red #49000F
RGB
CMYK
RGB Variations
Color information
#49000F (or 0x49000F) is known color: Rustic Red. HEX triplet: 49, 00 and 0F. RGB value is (73,0,15). Sum of RGB (Red+Green+Blue) = 73+0+15=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49000F is #B6FFF0. Grayscale: #171717. Windows color (decimal): -11993073 or 983113. OLE color: 983113.
HSL color Cylindrical-coordinate representation of color #49000F: hue angle of 347.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49000F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.79 | 0.71 |
| HSL | 347.67º | 1% | 0.14% | - |
| HSV(B) | 347.67º | 1% | 0.29% | - |
| XYZ | 2.83 | 1.45 | 0.58 | - |
| YUV | 23.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 15 | 0 | 1 | 0.79 | 0.71 | 347.67 | 1 | 0.14 |
| Hex | 49 | 0 | F | 0 | 64 | 4F | 47 | 15C | 64 | E |
| Octal | 111 | 0 | 17 | 0 | 144 | 117 | 107 | 534 | 144 | 16 |
| Binary | 1001001 | 0 | 1111 | 0 | 1100100 | 1001111 | 1000111 | 101011100 | 1100100 | 1110 |
Color Harmonies of #49000F
Complementary color
Monochromatic Colors of #49000F
Black with #49000F
Text Example
Text Example
White with #49000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49000F; }
p { color: rgb(73,0,15); }
H1.HeaderClassName
{
color: #49000F;
}
.AnyTagClassName
{
color: #49000F;
}
</style>
background-color css
<style>
a { background-color: #49000F; }
a { background-color: rgb(73,0,15); }
div.DivClassName
{
background-color: #49000F;
}
.BgClassName
{
background-color: #49000F;
}
</style>
border-color css
<style>
span { border-color: #49000F; }
span { border-color: rgb(73,0,15); }
td.TdClassName
{
border-color: #49000F;
}
.TagClassName
{
border-color: #49000F;
}
</style>