Shades of Rustic Red #470912
Tints of Rustic Red #470912
RGB
CMYK
RGB Variations
Color information
#470912 (or 0x470912) is known color: Rustic Red. HEX triplet: 47, 09 and 12. RGB value is (71,9,18). Sum of RGB (Red+Green+Blue) = 71+9+18=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470912 is #B8F6ED. Grayscale: #1C1C1C. Windows color (decimal): -12121838 or 1182023. OLE color: 1182023.
HSL color Cylindrical-coordinate representation of color #470912: hue angle of 351.29º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470912 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 18 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.72 |
| HSL | 351.29º | 0.78% | 0.16% | - |
| HSV(B) | 351.29º | 0.87% | 0.28% | - |
| XYZ | 2.81 | 1.58 | 0.73 | - |
| YUV | 28.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 18 | 0 | 0.87 | 0.75 | 0.72 | 351.29 | 0.78 | 0.16 |
| Hex | 47 | 9 | 12 | 0 | 57 | 4B | 48 | 15F | 4E | 10 |
| Octal | 107 | 11 | 22 | 0 | 127 | 113 | 110 | 537 | 116 | 20 |
| Binary | 1000111 | 1001 | 10010 | 0 | 1010111 | 1001011 | 1001000 | 101011111 | 1001110 | 10000 |
Color Harmonies of #470912
Complementary color
Monochromatic Colors of #470912
Black with #470912
Text Example
Text Example
White with #470912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470912; }
p { color: rgb(71,9,18); }
H1.HeaderClassName
{
color: #470912;
}
.AnyTagClassName
{
color: #470912;
}
</style>
background-color css
<style>
a { background-color: #470912; }
a { background-color: rgb(71,9,18); }
div.DivClassName
{
background-color: #470912;
}
.BgClassName
{
background-color: #470912;
}
</style>
border-color css
<style>
span { border-color: #470912; }
span { border-color: rgb(71,9,18); }
td.TdClassName
{
border-color: #470912;
}
.TagClassName
{
border-color: #470912;
}
</style>