Shades of Rustic Red #47050B
Tints of Rustic Red #47050B
RGB
CMYK
RGB Variations
Color information
#47050B (or 0x47050B) is known color: Rustic Red. HEX triplet: 47, 05 and 0B. RGB value is (71,5,11). Sum of RGB (Red+Green+Blue) = 71+5+11=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #47050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47050B is #B8FAF4. Grayscale: #191919. Windows color (decimal): -12122869 or 722247. OLE color: 722247.
HSL color Cylindrical-coordinate representation of color #47050B: hue angle of 354.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47050B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 5 | 11 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.72 |
| HSL | 354.55º | 0.87% | 0.15% | - |
| HSV(B) | 354.55º | 0.93% | 0.28% | - |
| XYZ | 2.71 | 1.47 | 0.46 | - |
| YUV | 25.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 11 | 0 | 0.93 | 0.85 | 0.72 | 354.55 | 0.87 | 0.15 |
| Hex | 47 | 5 | B | 0 | 5D | 55 | 48 | 163 | 57 | F |
| Octal | 107 | 5 | 13 | 0 | 135 | 125 | 110 | 543 | 127 | 17 |
| Binary | 1000111 | 101 | 1011 | 0 | 1011101 | 1010101 | 1001000 | 101100011 | 1010111 | 1111 |
Color Harmonies of #47050B
Complementary color
Monochromatic Colors of #47050B
Black with #47050B
Text Example
Text Example
White with #47050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47050B; }
p { color: rgb(71,5,11); }
H1.HeaderClassName
{
color: #47050B;
}
.AnyTagClassName
{
color: #47050B;
}
</style>
background-color css
<style>
a { background-color: #47050B; }
a { background-color: rgb(71,5,11); }
div.DivClassName
{
background-color: #47050B;
}
.BgClassName
{
background-color: #47050B;
}
</style>
border-color css
<style>
span { border-color: #47050B; }
span { border-color: rgb(71,5,11); }
td.TdClassName
{
border-color: #47050B;
}
.TagClassName
{
border-color: #47050B;
}
</style>