Shades of Rustic Red #29141A
Tints of Rustic Red #29141A
RGB
CMYK
RGB Variations
Color information
#29141A (or 0x29141A) is known color: Rustic Red. HEX triplet: 29, 14 and 1A. RGB value is (41,20,26). Sum of RGB (Red+Green+Blue) = 41+20+26=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #29141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141A is #D6EBE5. Grayscale: #1A1A1A. Windows color (decimal): -14085094 or 1709097. OLE color: 1709097.
HSL color Cylindrical-coordinate representation of color #29141A: hue angle of 342.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29141A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 20 | 26 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.84 |
| HSL | 342.86º | 0.34% | 0.12% | - |
| HSV(B) | 342.86º | 0.51% | 0.16% | - |
| XYZ | 1.35 | 1.05 | 1.11 | - |
| YUV | 26.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 26 | 0 | 0.51 | 0.37 | 0.84 | 342.86 | 0.34 | 0.12 |
| Hex | 29 | 14 | 1A | 0 | 33 | 25 | 54 | 157 | 22 | C |
| Octal | 51 | 24 | 32 | 0 | 63 | 45 | 124 | 527 | 42 | 14 |
| Binary | 101001 | 10100 | 11010 | 0 | 110011 | 100101 | 1010100 | 101010111 | 100010 | 1100 |
Color Harmonies of #29141A
Complementary color
Monochromatic Colors of #29141A
Black with #29141A
Text Example
Text Example
White with #29141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29141A; }
p { color: rgb(41,20,26); }
H1.HeaderClassName
{
color: #29141A;
}
.AnyTagClassName
{
color: #29141A;
}
</style>
background-color css
<style>
a { background-color: #29141A; }
a { background-color: rgb(41,20,26); }
div.DivClassName
{
background-color: #29141A;
}
.BgClassName
{
background-color: #29141A;
}
</style>
border-color css
<style>
span { border-color: #29141A; }
span { border-color: rgb(41,20,26); }
td.TdClassName
{
border-color: #29141A;
}
.TagClassName
{
border-color: #29141A;
}
</style>