Shades of Rustic Red #471819
Tints of Rustic Red #471819
RGB
CMYK
RGB Variations
Color information
#471819 (or 0x471819) is known color: Rustic Red. HEX triplet: 47, 18 and 19. RGB value is (71,24,25). Sum of RGB (Red+Green+Blue) = 71+24+25=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #471819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471819 is #B8E7E6. Grayscale: #262626. Windows color (decimal): -12117991 or 1644615. OLE color: 1644615.
HSL color Cylindrical-coordinate representation of color #471819: hue angle of 358.72º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471819 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 25 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.72 |
| HSL | 358.72º | 0.49% | 0.19% | - |
| HSV(B) | 358.72º | 0.66% | 0.28% | - |
| XYZ | 3.1 | 2.06 | 1.15 | - |
| YUV | 38.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 25 | 0 | 0.66 | 0.65 | 0.72 | 358.72 | 0.49 | 0.19 |
| Hex | 47 | 18 | 19 | 0 | 42 | 41 | 48 | 167 | 31 | 13 |
| Octal | 107 | 30 | 31 | 0 | 102 | 101 | 110 | 547 | 61 | 23 |
| Binary | 1000111 | 11000 | 11001 | 0 | 1000010 | 1000001 | 1001000 | 101100111 | 110001 | 10011 |
Color Harmonies of #471819
Complementary color
Monochromatic Colors of #471819
Black with #471819
Text Example
Text Example
White with #471819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471819; }
p { color: rgb(71,24,25); }
H1.HeaderClassName
{
color: #471819;
}
.AnyTagClassName
{
color: #471819;
}
</style>
background-color css
<style>
a { background-color: #471819; }
a { background-color: rgb(71,24,25); }
div.DivClassName
{
background-color: #471819;
}
.BgClassName
{
background-color: #471819;
}
</style>
border-color css
<style>
span { border-color: #471819; }
span { border-color: rgb(71,24,25); }
td.TdClassName
{
border-color: #471819;
}
.TagClassName
{
border-color: #471819;
}
</style>