Shades of Rustic Red #47000C
Tints of Rustic Red #47000C
RGB
CMYK
RGB Variations
Color information
#47000C (or 0x47000C) is known color: Rustic Red. HEX triplet: 47, 00 and 0C. RGB value is (71,0,12). Sum of RGB (Red+Green+Blue) = 71+0+12=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #47000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47000C is #B8FFF3. Grayscale: #161616. Windows color (decimal): -12124148 or 786503. OLE color: 786503.
HSL color Cylindrical-coordinate representation of color #47000C: hue angle of 349.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47000C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.83 | 0.72 |
| HSL | 349.86º | 1% | 0.14% | - |
| HSV(B) | 349.86º | 1% | 0.28% | - |
| XYZ | 2.66 | 1.37 | 0.47 | - |
| YUV | 22.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 12 | 0 | 1 | 0.83 | 0.72 | 349.86 | 1 | 0.14 |
| Hex | 47 | 0 | C | 0 | 64 | 53 | 48 | 15E | 64 | E |
| Octal | 107 | 0 | 14 | 0 | 144 | 123 | 110 | 536 | 144 | 16 |
| Binary | 1000111 | 0 | 1100 | 0 | 1100100 | 1010011 | 1001000 | 101011110 | 1100100 | 1110 |
Color Harmonies of #47000C
Complementary color
Monochromatic Colors of #47000C
Black with #47000C
Text Example
Text Example
White with #47000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47000C; }
p { color: rgb(71,0,12); }
H1.HeaderClassName
{
color: #47000C;
}
.AnyTagClassName
{
color: #47000C;
}
</style>
background-color css
<style>
a { background-color: #47000C; }
a { background-color: rgb(71,0,12); }
div.DivClassName
{
background-color: #47000C;
}
.BgClassName
{
background-color: #47000C;
}
</style>
border-color css
<style>
span { border-color: #47000C; }
span { border-color: rgb(71,0,12); }
td.TdClassName
{
border-color: #47000C;
}
.TagClassName
{
border-color: #47000C;
}
</style>