Shades of Rustic Red #29090E
Tints of Rustic Red #29090E
RGB
CMYK
RGB Variations
Color information
#29090E (or 0x29090E) is known color: Rustic Red. HEX triplet: 29, 09 and 0E. RGB value is (41,9,14). Sum of RGB (Red+Green+Blue) = 41+9+14=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #29090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29090E is #D6F6F1. Grayscale: #131313. Windows color (decimal): -14087922 or 919849. OLE color: 919849.
HSL color Cylindrical-coordinate representation of color #29090E: hue angle of 350.62º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29090E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 9 | 14 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.84 |
| HSL | 350.63º | 0.64% | 0.1% | - |
| HSV(B) | 350.63º | 0.78% | 0.16% | - |
| XYZ | 1.09 | 0.7 | 0.49 | - |
| YUV | 19.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 14 | 0 | 0.78 | 0.66 | 0.84 | 350.63 | 0.64 | 0.1 |
| Hex | 29 | 9 | E | 0 | 4E | 42 | 54 | 15F | 40 | A |
| Octal | 51 | 11 | 16 | 0 | 116 | 102 | 124 | 537 | 100 | 12 |
| Binary | 101001 | 1001 | 1110 | 0 | 1001110 | 1000010 | 1010100 | 101011111 | 1000000 | 1010 |
Color Harmonies of #29090E
Complementary color
Monochromatic Colors of #29090E
Black with #29090E
Text Example
Text Example
White with #29090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29090E; }
p { color: rgb(41,9,14); }
H1.HeaderClassName
{
color: #29090E;
}
.AnyTagClassName
{
color: #29090E;
}
</style>
background-color css
<style>
a { background-color: #29090E; }
a { background-color: rgb(41,9,14); }
div.DivClassName
{
background-color: #29090E;
}
.BgClassName
{
background-color: #29090E;
}
</style>
border-color css
<style>
span { border-color: #29090E; }
span { border-color: rgb(41,9,14); }
td.TdClassName
{
border-color: #29090E;
}
.TagClassName
{
border-color: #29090E;
}
</style>