Shades of Rustic Red #47191A
Tints of Rustic Red #47191A
RGB
CMYK
RGB Variations
Color information
#47191A (or 0x47191A) is known color: Rustic Red. HEX triplet: 47, 19 and 1A. RGB value is (71,25,26). Sum of RGB (Red+Green+Blue) = 71+25+26=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191A is #B8E6E5. Grayscale: #262626. Windows color (decimal): -12117734 or 1710407. OLE color: 1710407.
HSL color Cylindrical-coordinate representation of color #47191A: hue angle of 358.7º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 26 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.72 |
| HSL | 358.7º | 0.48% | 0.19% | - |
| HSV(B) | 358.7º | 0.65% | 0.28% | - |
| XYZ | 3.13 | 2.11 | 1.22 | - |
| YUV | 38.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 26 | 0 | 0.65 | 0.63 | 0.72 | 358.7 | 0.48 | 0.19 |
| Hex | 47 | 19 | 1A | 0 | 41 | 3F | 48 | 167 | 30 | 13 |
| Octal | 107 | 31 | 32 | 0 | 101 | 77 | 110 | 547 | 60 | 23 |
| Binary | 1000111 | 11001 | 11010 | 0 | 1000001 | 111111 | 1001000 | 101100111 | 110000 | 10011 |
Color Harmonies of #47191A
Complementary color
Monochromatic Colors of #47191A
Black with #47191A
Text Example
Text Example
White with #47191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47191A; }
p { color: rgb(71,25,26); }
H1.HeaderClassName
{
color: #47191A;
}
.AnyTagClassName
{
color: #47191A;
}
</style>
background-color css
<style>
a { background-color: #47191A; }
a { background-color: rgb(71,25,26); }
div.DivClassName
{
background-color: #47191A;
}
.BgClassName
{
background-color: #47191A;
}
</style>
border-color css
<style>
span { border-color: #47191A; }
span { border-color: rgb(71,25,26); }
td.TdClassName
{
border-color: #47191A;
}
.TagClassName
{
border-color: #47191A;
}
</style>