Shades of Rustic Red #29171A
Tints of Rustic Red #29171A
RGB
CMYK
RGB Variations
Color information
#29171A (or 0x29171A) is known color: Rustic Red. HEX triplet: 29, 17 and 1A. RGB value is (41,23,26). Sum of RGB (Red+Green+Blue) = 41+23+26=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29171A is #D6E8E5. Grayscale: #1C1C1C. Windows color (decimal): -14084326 or 1709865. OLE color: 1709865.
HSL color Cylindrical-coordinate representation of color #29171A: hue angle of 350º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29171A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 23 | 26 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.84 |
| HSL | 350º | 0.28% | 0.13% | - |
| HSV(B) | 350º | 0.44% | 0.16% | - |
| XYZ | 1.41 | 1.16 | 1.13 | - |
| YUV | 28.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 26 | 0 | 0.44 | 0.37 | 0.84 | 350 | 0.28 | 0.13 |
| Hex | 29 | 17 | 1A | 0 | 2C | 25 | 54 | 15E | 1C | D |
| Octal | 51 | 27 | 32 | 0 | 54 | 45 | 124 | 536 | 34 | 15 |
| Binary | 101001 | 10111 | 11010 | 0 | 101100 | 100101 | 1010100 | 101011110 | 11100 | 1101 |
Color Harmonies of #29171A
Complementary color
Monochromatic Colors of #29171A
Black with #29171A
Text Example
Text Example
White with #29171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29171A; }
p { color: rgb(41,23,26); }
H1.HeaderClassName
{
color: #29171A;
}
.AnyTagClassName
{
color: #29171A;
}
</style>
background-color css
<style>
a { background-color: #29171A; }
a { background-color: rgb(41,23,26); }
div.DivClassName
{
background-color: #29171A;
}
.BgClassName
{
background-color: #29171A;
}
</style>
border-color css
<style>
span { border-color: #29171A; }
span { border-color: rgb(41,23,26); }
td.TdClassName
{
border-color: #29171A;
}
.TagClassName
{
border-color: #29171A;
}
</style>