Shades of Rustic Red #291016
Tints of Rustic Red #291016
RGB
CMYK
RGB Variations
Color information
#291016 (or 0x291016) is known color: Rustic Red. HEX triplet: 29, 10 and 16. RGB value is (41,16,22). Sum of RGB (Red+Green+Blue) = 41+16+22=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #291016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291016 is #D6EFE9. Grayscale: #181818. Windows color (decimal): -14086122 or 1445929. OLE color: 1445929.
HSL color Cylindrical-coordinate representation of color #291016: hue angle of 345.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291016 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 16 | 22 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.84 |
| HSL | 345.6º | 0.44% | 0.11% | - |
| HSV(B) | 345.6º | 0.61% | 0.16% | - |
| XYZ | 1.24 | 0.9 | 0.87 | - |
| YUV | 24.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 22 | 0 | 0.61 | 0.46 | 0.84 | 345.6 | 0.44 | 0.11 |
| Hex | 29 | 10 | 16 | 0 | 3D | 2E | 54 | 15A | 2C | B |
| Octal | 51 | 20 | 26 | 0 | 75 | 56 | 124 | 532 | 54 | 13 |
| Binary | 101001 | 10000 | 10110 | 0 | 111101 | 101110 | 1010100 | 101011010 | 101100 | 1011 |
Color Harmonies of #291016
Complementary color
Monochromatic Colors of #291016
Black with #291016
Text Example
Text Example
White with #291016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291016; }
p { color: rgb(41,16,22); }
H1.HeaderClassName
{
color: #291016;
}
.AnyTagClassName
{
color: #291016;
}
</style>
background-color css
<style>
a { background-color: #291016; }
a { background-color: rgb(41,16,22); }
div.DivClassName
{
background-color: #291016;
}
.BgClassName
{
background-color: #291016;
}
</style>
border-color css
<style>
span { border-color: #291016; }
span { border-color: rgb(41,16,22); }
td.TdClassName
{
border-color: #291016;
}
.TagClassName
{
border-color: #291016;
}
</style>