Shades of Rustic Red #29191A
Tints of Rustic Red #29191A
RGB
CMYK
RGB Variations
Color information
#29191A (or 0x29191A) is known color: Rustic Red. HEX triplet: 29, 19 and 1A. RGB value is (41,25,26). Sum of RGB (Red+Green+Blue) = 41+25+26=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191A is #D6E6E5. Grayscale: #1D1D1D. Windows color (decimal): -14083814 or 1710377. OLE color: 1710377.
HSL color Cylindrical-coordinate representation of color #29191A: hue angle of 356.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29191A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 25 | 26 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.84 |
| HSL | 356.25º | 0.24% | 0.13% | - |
| HSV(B) | 356.25º | 0.39% | 0.16% | - |
| XYZ | 1.45 | 1.24 | 1.14 | - |
| YUV | 29.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 26 | 0 | 0.39 | 0.37 | 0.84 | 356.25 | 0.24 | 0.13 |
| Hex | 29 | 19 | 1A | 0 | 27 | 25 | 54 | 164 | 18 | D |
| Octal | 51 | 31 | 32 | 0 | 47 | 45 | 124 | 544 | 30 | 15 |
| Binary | 101001 | 11001 | 11010 | 0 | 100111 | 100101 | 1010100 | 101100100 | 11000 | 1101 |
Color Harmonies of #29191A
Complementary color
Monochromatic Colors of #29191A
Black with #29191A
Text Example
Text Example
White with #29191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29191A; }
p { color: rgb(41,25,26); }
H1.HeaderClassName
{
color: #29191A;
}
.AnyTagClassName
{
color: #29191A;
}
</style>
background-color css
<style>
a { background-color: #29191A; }
a { background-color: rgb(41,25,26); }
div.DivClassName
{
background-color: #29191A;
}
.BgClassName
{
background-color: #29191A;
}
</style>
border-color css
<style>
span { border-color: #29191A; }
span { border-color: rgb(41,25,26); }
td.TdClassName
{
border-color: #29191A;
}
.TagClassName
{
border-color: #29191A;
}
</style>