Shades of Rustic Red #470F10
Tints of Rustic Red #470F10
RGB
CMYK
RGB Variations
Color information
#470F10 (or 0x470F10) is known color: Rustic Red. HEX triplet: 47, 0F and 10. RGB value is (71,15,16). Sum of RGB (Red+Green+Blue) = 71+15+16=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #470F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F10 is #B8F0EF. Grayscale: #1F1F1F. Windows color (decimal): -12120304 or 1052487. OLE color: 1052487.
HSL color Cylindrical-coordinate representation of color #470F10: hue angle of 358.93º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F10 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 15 | 16 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.72 |
| HSL | 358.93º | 0.65% | 0.17% | - |
| HSV(B) | 358.93º | 0.79% | 0.28% | - |
| XYZ | 2.86 | 1.72 | 0.67 | - |
| YUV | 31.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 16 | 0 | 0.79 | 0.77 | 0.72 | 358.93 | 0.65 | 0.17 |
| Hex | 47 | F | 10 | 0 | 4F | 4D | 48 | 167 | 41 | 11 |
| Octal | 107 | 17 | 20 | 0 | 117 | 115 | 110 | 547 | 101 | 21 |
| Binary | 1000111 | 1111 | 10000 | 0 | 1001111 | 1001101 | 1001000 | 101100111 | 1000001 | 10001 |
Color Harmonies of #470F10
Complementary color
Monochromatic Colors of #470F10
Black with #470F10
Text Example
Text Example
White with #470F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F10; }
p { color: rgb(71,15,16); }
H1.HeaderClassName
{
color: #470F10;
}
.AnyTagClassName
{
color: #470F10;
}
</style>
background-color css
<style>
a { background-color: #470F10; }
a { background-color: rgb(71,15,16); }
div.DivClassName
{
background-color: #470F10;
}
.BgClassName
{
background-color: #470F10;
}
</style>
border-color css
<style>
span { border-color: #470F10; }
span { border-color: rgb(71,15,16); }
td.TdClassName
{
border-color: #470F10;
}
.TagClassName
{
border-color: #470F10;
}
</style>