Shades of Rustic Red #47000B
Tints of Rustic Red #47000B
RGB
CMYK
RGB Variations
Color information
#47000B (or 0x47000B) is known color: Rustic Red. HEX triplet: 47, 00 and 0B. RGB value is (71,0,11). Sum of RGB (Red+Green+Blue) = 71+0+11=82 (10% of max value = 765). Red value is 71 (28.12% from 255 or 86.59% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 71 - color contains mainly: red. Hex color #47000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47000B is #B8FFF4. Grayscale: #161616. Windows color (decimal): -12124149 or 720967. OLE color: 720967.
HSL color Cylindrical-coordinate representation of color #47000B: hue angle of 350.7º 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 #47000B is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.85 | 0.72 |
| HSL | 350.7º | 1% | 0.14% | - |
| HSV(B) | 350.7º | 1% | 0.28% | - |
| XYZ | 2.66 | 1.36 | 0.44 | - |
| YUV | 22.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 11 | 0 | 1 | 0.85 | 0.72 | 350.7 | 1 | 0.14 |
| Hex | 47 | 0 | B | 0 | 64 | 55 | 48 | 15F | 64 | E |
| Octal | 107 | 0 | 13 | 0 | 144 | 125 | 110 | 537 | 144 | 16 |
| Binary | 1000111 | 0 | 1011 | 0 | 1100100 | 1010101 | 1001000 | 101011111 | 1100100 | 1110 |
Color Harmonies of #47000B
Complementary color
Monochromatic Colors of #47000B
Black with #47000B
Text Example
Text Example
White with #47000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47000B; }
p { color: rgb(71,0,11); }
H1.HeaderClassName
{
color: #47000B;
}
.AnyTagClassName
{
color: #47000B;
}
</style>
background-color css
<style>
a { background-color: #47000B; }
a { background-color: rgb(71,0,11); }
div.DivClassName
{
background-color: #47000B;
}
.BgClassName
{
background-color: #47000B;
}
</style>
border-color css
<style>
span { border-color: #47000B; }
span { border-color: rgb(71,0,11); }
td.TdClassName
{
border-color: #47000B;
}
.TagClassName
{
border-color: #47000B;
}
</style>