Shades of Rustic Red #470411
Tints of Rustic Red #470411
RGB
CMYK
RGB Variations
Color information
#470411 (or 0x470411) is known color: Rustic Red. HEX triplet: 47, 04 and 11. RGB value is (71,4,17). Sum of RGB (Red+Green+Blue) = 71+4+17=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470411 is #B8FBEE. Grayscale: #191919. Windows color (decimal): -12123119 or 1115207. OLE color: 1115207.
HSL color Cylindrical-coordinate representation of color #470411: hue angle of 348.36º 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 #470411 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 4 | 17 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.72 |
| HSL | 348.36º | 0.89% | 0.15% | - |
| HSV(B) | 348.36º | 0.94% | 0.28% | - |
| XYZ | 2.74 | 1.47 | 0.67 | - |
| YUV | 25.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 17 | 0 | 0.94 | 0.76 | 0.72 | 348.36 | 0.89 | 0.15 |
| Hex | 47 | 4 | 11 | 0 | 5E | 4C | 48 | 15C | 59 | F |
| Octal | 107 | 4 | 21 | 0 | 136 | 114 | 110 | 534 | 131 | 17 |
| Binary | 1000111 | 100 | 10001 | 0 | 1011110 | 1001100 | 1001000 | 101011100 | 1011001 | 1111 |
Color Harmonies of #470411
Complementary color
Monochromatic Colors of #470411
Black with #470411
Text Example
Text Example
White with #470411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470411; }
p { color: rgb(71,4,17); }
H1.HeaderClassName
{
color: #470411;
}
.AnyTagClassName
{
color: #470411;
}
</style>
background-color css
<style>
a { background-color: #470411; }
a { background-color: rgb(71,4,17); }
div.DivClassName
{
background-color: #470411;
}
.BgClassName
{
background-color: #470411;
}
</style>
border-color css
<style>
span { border-color: #470411; }
span { border-color: rgb(71,4,17); }
td.TdClassName
{
border-color: #470411;
}
.TagClassName
{
border-color: #470411;
}
</style>