Shades of Rustic Red #47090C
Tints of Rustic Red #47090C
RGB
CMYK
RGB Variations
Color information
#47090C (or 0x47090C) is known color: Rustic Red. HEX triplet: 47, 09 and 0C. RGB value is (71,9,12). Sum of RGB (Red+Green+Blue) = 71+9+12=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #47090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090C is #B8F6F3. Grayscale: #1B1B1B. Windows color (decimal): -12121844 or 788807. OLE color: 788807.
HSL color Cylindrical-coordinate representation of color #47090C: hue angle of 357.1º 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 #47090C is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 12 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.72 |
| HSL | 357.1º | 0.78% | 0.16% | - |
| HSV(B) | 357.1º | 0.87% | 0.28% | - |
| XYZ | 2.76 | 1.56 | 0.5 | - |
| YUV | 27.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 12 | 0 | 0.87 | 0.83 | 0.72 | 357.1 | 0.78 | 0.16 |
| Hex | 47 | 9 | C | 0 | 57 | 53 | 48 | 165 | 4E | 10 |
| Octal | 107 | 11 | 14 | 0 | 127 | 123 | 110 | 545 | 116 | 20 |
| Binary | 1000111 | 1001 | 1100 | 0 | 1010111 | 1010011 | 1001000 | 101100101 | 1001110 | 10000 |
Color Harmonies of #47090C
Complementary color
Monochromatic Colors of #47090C
Black with #47090C
Text Example
Text Example
White with #47090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47090C; }
p { color: rgb(71,9,12); }
H1.HeaderClassName
{
color: #47090C;
}
.AnyTagClassName
{
color: #47090C;
}
</style>
background-color css
<style>
a { background-color: #47090C; }
a { background-color: rgb(71,9,12); }
div.DivClassName
{
background-color: #47090C;
}
.BgClassName
{
background-color: #47090C;
}
</style>
border-color css
<style>
span { border-color: #47090C; }
span { border-color: rgb(71,9,12); }
td.TdClassName
{
border-color: #47090C;
}
.TagClassName
{
border-color: #47090C;
}
</style>