Shades of Rustic Red #290409
Tints of Rustic Red #290409
RGB
CMYK
RGB Variations
Color information
#290409 (or 0x290409) is known color: Rustic Red. HEX triplet: 29, 04 and 09. RGB value is (41,4,9). Sum of RGB (Red+Green+Blue) = 41+4+9=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #290409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290409 is #D6FBF6. Grayscale: #0F0F0F. Windows color (decimal): -14089207 or 590889. OLE color: 590889.
HSL color Cylindrical-coordinate representation of color #290409: hue angle of 351.89º 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 #290409 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 4 | 9 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.84 |
| HSL | 351.89º | 0.82% | 0.09% | - |
| HSV(B) | 351.89º | 0.9% | 0.16% | - |
| XYZ | 1.01 | 0.58 | 0.32 | - |
| YUV | 15.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 9 | 0 | 0.90 | 0.78 | 0.84 | 351.89 | 0.82 | 0.09 |
| Hex | 29 | 4 | 9 | 0 | 5A | 4E | 54 | 160 | 52 | 9 |
| Octal | 51 | 4 | 11 | 0 | 132 | 116 | 124 | 540 | 122 | 11 |
| Binary | 101001 | 100 | 1001 | 0 | 1011010 | 1001110 | 1010100 | 101100000 | 1010010 | 1001 |
Color Harmonies of #290409
Complementary color
Monochromatic Colors of #290409
Black with #290409
Text Example
Text Example
White with #290409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290409; }
p { color: rgb(41,4,9); }
H1.HeaderClassName
{
color: #290409;
}
.AnyTagClassName
{
color: #290409;
}
</style>
background-color css
<style>
a { background-color: #290409; }
a { background-color: rgb(41,4,9); }
div.DivClassName
{
background-color: #290409;
}
.BgClassName
{
background-color: #290409;
}
</style>
border-color css
<style>
span { border-color: #290409; }
span { border-color: rgb(41,4,9); }
td.TdClassName
{
border-color: #290409;
}
.TagClassName
{
border-color: #290409;
}
</style>