Shades of Rustic Red #29040B
Tints of Rustic Red #29040B
RGB
CMYK
RGB Variations
Color information
#29040B (or 0x29040B) is known color: Rustic Red. HEX triplet: 29, 04 and 0B. RGB value is (41,4,11). Sum of RGB (Red+Green+Blue) = 41+4+11=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #29040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040B is #D6FBF4. Grayscale: #0F0F0F. Windows color (decimal): -14089205 or 721961. OLE color: 721961.
HSL color Cylindrical-coordinate representation of color #29040B: hue angle of 348.65º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29040B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 4 | 11 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.84 |
| HSL | 348.65º | 0.82% | 0.09% | - |
| HSV(B) | 348.65º | 0.9% | 0.16% | - |
| XYZ | 1.02 | 0.58 | 0.38 | - |
| YUV | 15.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 11 | 0 | 0.90 | 0.73 | 0.84 | 348.65 | 0.82 | 0.09 |
| Hex | 29 | 4 | B | 0 | 5A | 49 | 54 | 15D | 52 | 9 |
| Octal | 51 | 4 | 13 | 0 | 132 | 111 | 124 | 535 | 122 | 11 |
| Binary | 101001 | 100 | 1011 | 0 | 1011010 | 1001001 | 1010100 | 101011101 | 1010010 | 1001 |
Color Harmonies of #29040B
Complementary color
Monochromatic Colors of #29040B
Black with #29040B
Text Example
Text Example
White with #29040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29040B; }
p { color: rgb(41,4,11); }
H1.HeaderClassName
{
color: #29040B;
}
.AnyTagClassName
{
color: #29040B;
}
</style>
background-color css
<style>
a { background-color: #29040B; }
a { background-color: rgb(41,4,11); }
div.DivClassName
{
background-color: #29040B;
}
.BgClassName
{
background-color: #29040B;
}
</style>
border-color css
<style>
span { border-color: #29040B; }
span { border-color: rgb(41,4,11); }
td.TdClassName
{
border-color: #29040B;
}
.TagClassName
{
border-color: #29040B;
}
</style>