Shades of Rustic Red #49030F
Tints of Rustic Red #49030F
RGB
CMYK
RGB Variations
Color information
#49030F (or 0x49030F) is known color: Rustic Red. HEX triplet: 49, 03 and 0F. RGB value is (73,3,15). Sum of RGB (Red+Green+Blue) = 73+3+15=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #49030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030F is #B6FCF0. Grayscale: #191919. Windows color (decimal): -11992305 or 983881. OLE color: 983881.
HSL color Cylindrical-coordinate representation of color #49030F: hue angle of 349.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49030F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 15 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.71 |
| HSL | 349.71º | 0.92% | 0.15% | - |
| HSV(B) | 349.71º | 0.96% | 0.29% | - |
| XYZ | 2.87 | 1.52 | 0.59 | - |
| YUV | 25.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 15 | 0 | 0.96 | 0.79 | 0.71 | 349.71 | 0.92 | 0.15 |
| Hex | 49 | 3 | F | 0 | 60 | 4F | 47 | 15E | 5C | F |
| Octal | 111 | 3 | 17 | 0 | 140 | 117 | 107 | 536 | 134 | 17 |
| Binary | 1001001 | 11 | 1111 | 0 | 1100000 | 1001111 | 1000111 | 101011110 | 1011100 | 1111 |
Color Harmonies of #49030F
Complementary color
Monochromatic Colors of #49030F
Black with #49030F
Text Example
Text Example
White with #49030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49030F; }
p { color: rgb(73,3,15); }
H1.HeaderClassName
{
color: #49030F;
}
.AnyTagClassName
{
color: #49030F;
}
</style>
background-color css
<style>
a { background-color: #49030F; }
a { background-color: rgb(73,3,15); }
div.DivClassName
{
background-color: #49030F;
}
.BgClassName
{
background-color: #49030F;
}
</style>
border-color css
<style>
span { border-color: #49030F; }
span { border-color: rgb(73,3,15); }
td.TdClassName
{
border-color: #49030F;
}
.TagClassName
{
border-color: #49030F;
}
</style>