Shades of Rustic Red #47040F
Tints of Rustic Red #47040F
RGB
CMYK
RGB Variations
Color information
#47040F (or 0x47040F) is known color: Rustic Red. HEX triplet: 47, 04 and 0F. RGB value is (71,4,15). Sum of RGB (Red+Green+Blue) = 71+4+15=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #47040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040F is #B8FBF0. Grayscale: #191919. Windows color (decimal): -12123121 or 984135. OLE color: 984135.
HSL color Cylindrical-coordinate representation of color #47040F: hue angle of 350.15º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47040F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 4 | 15 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.72 |
| HSL | 350.15º | 0.89% | 0.15% | - |
| HSV(B) | 350.15º | 0.94% | 0.28% | - |
| XYZ | 2.73 | 1.46 | 0.59 | - |
| YUV | 25.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 15 | 0 | 0.94 | 0.79 | 0.72 | 350.15 | 0.89 | 0.15 |
| Hex | 47 | 4 | F | 0 | 5E | 4F | 48 | 15E | 59 | F |
| Octal | 107 | 4 | 17 | 0 | 136 | 117 | 110 | 536 | 131 | 17 |
| Binary | 1000111 | 100 | 1111 | 0 | 1011110 | 1001111 | 1001000 | 101011110 | 1011001 | 1111 |
Color Harmonies of #47040F
Complementary color
Monochromatic Colors of #47040F
Black with #47040F
Text Example
Text Example
White with #47040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47040F; }
p { color: rgb(71,4,15); }
H1.HeaderClassName
{
color: #47040F;
}
.AnyTagClassName
{
color: #47040F;
}
</style>
background-color css
<style>
a { background-color: #47040F; }
a { background-color: rgb(71,4,15); }
div.DivClassName
{
background-color: #47040F;
}
.BgClassName
{
background-color: #47040F;
}
</style>
border-color css
<style>
span { border-color: #47040F; }
span { border-color: rgb(71,4,15); }
td.TdClassName
{
border-color: #47040F;
}
.TagClassName
{
border-color: #47040F;
}
</style>