Shades of Rustic Red #29050E
Tints of Rustic Red #29050E
RGB
CMYK
RGB Variations
Color information
#29050E (or 0x29050E) is known color: Rustic Red. HEX triplet: 29, 05 and 0E. RGB value is (41,5,14). Sum of RGB (Red+Green+Blue) = 41+5+14=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #29050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050E is #D6FAF1. Grayscale: #101010. Windows color (decimal): -14088946 or 918825. OLE color: 918825.
HSL color Cylindrical-coordinate representation of color #29050E: hue angle of 345º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29050E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 14 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.84 |
| HSL | 345º | 0.78% | 0.09% | - |
| HSV(B) | 345º | 0.88% | 0.16% | - |
| XYZ | 1.05 | 0.61 | 0.48 | - |
| YUV | 16.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 14 | 0 | 0.88 | 0.66 | 0.84 | 345 | 0.78 | 0.09 |
| Hex | 29 | 5 | E | 0 | 58 | 42 | 54 | 159 | 4E | 9 |
| Octal | 51 | 5 | 16 | 0 | 130 | 102 | 124 | 531 | 116 | 11 |
| Binary | 101001 | 101 | 1110 | 0 | 1011000 | 1000010 | 1010100 | 101011001 | 1001110 | 1001 |
Color Harmonies of #29050E
Complementary color
Monochromatic Colors of #29050E
Black with #29050E
Text Example
Text Example
White with #29050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29050E; }
p { color: rgb(41,5,14); }
H1.HeaderClassName
{
color: #29050E;
}
.AnyTagClassName
{
color: #29050E;
}
</style>
background-color css
<style>
a { background-color: #29050E; }
a { background-color: rgb(41,5,14); }
div.DivClassName
{
background-color: #29050E;
}
.BgClassName
{
background-color: #29050E;
}
</style>
border-color css
<style>
span { border-color: #29050E; }
span { border-color: rgb(41,5,14); }
td.TdClassName
{
border-color: #29050E;
}
.TagClassName
{
border-color: #29050E;
}
</style>