Shades of Rustic Red #47010C
Tints of Rustic Red #47010C
RGB
CMYK
RGB Variations
Color information
#47010C (or 0x47010C) is known color: Rustic Red. HEX triplet: 47, 01 and 0C. RGB value is (71,1,12). Sum of RGB (Red+Green+Blue) = 71+1+12=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #47010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010C is #B8FEF3. Grayscale: #171717. Windows color (decimal): -12123892 or 786759. OLE color: 786759.
HSL color Cylindrical-coordinate representation of color #47010C: hue angle of 350.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47010C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.72 |
| HSL | 350.57º | 0.97% | 0.14% | - |
| HSV(B) | 350.57º | 0.99% | 0.28% | - |
| XYZ | 2.68 | 1.39 | 0.47 | - |
| YUV | 23.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 12 | 0 | 0.99 | 0.83 | 0.72 | 350.57 | 0.97 | 0.14 |
| Hex | 47 | 1 | C | 0 | 63 | 53 | 48 | 15F | 61 | E |
| Octal | 107 | 1 | 14 | 0 | 143 | 123 | 110 | 537 | 141 | 16 |
| Binary | 1000111 | 1 | 1100 | 0 | 1100011 | 1010011 | 1001000 | 101011111 | 1100001 | 1110 |
Color Harmonies of #47010C
Complementary color
Monochromatic Colors of #47010C
Black with #47010C
Text Example
Text Example
White with #47010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47010C; }
p { color: rgb(71,1,12); }
H1.HeaderClassName
{
color: #47010C;
}
.AnyTagClassName
{
color: #47010C;
}
</style>
background-color css
<style>
a { background-color: #47010C; }
a { background-color: rgb(71,1,12); }
div.DivClassName
{
background-color: #47010C;
}
.BgClassName
{
background-color: #47010C;
}
</style>
border-color css
<style>
span { border-color: #47010C; }
span { border-color: rgb(71,1,12); }
td.TdClassName
{
border-color: #47010C;
}
.TagClassName
{
border-color: #47010C;
}
</style>