Shades of Rustic Red #290209
Tints of Rustic Red #290209
RGB
CMYK
RGB Variations
Color information
#290209 (or 0x290209) is known color: Rustic Red. HEX triplet: 29, 02 and 09. RGB value is (41,2,9). Sum of RGB (Red+Green+Blue) = 41+2+9=52 (6% of max value = 765). Red value is 41 (16.41% from 255 or 78.85% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 41 - color contains mainly: red. Hex color #290209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290209 is #D6FDF6. Grayscale: #0E0E0E. Windows color (decimal): -14089719 or 590377. OLE color: 590377.
HSL color Cylindrical-coordinate representation of color #290209: hue angle of 349.23º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290209 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 9 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.84 |
| HSL | 349.23º | 0.91% | 0.08% | - |
| HSV(B) | 349.23º | 0.95% | 0.16% | - |
| XYZ | 0.99 | 0.53 | 0.31 | - |
| YUV | 14.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 9 | 0 | 0.95 | 0.78 | 0.84 | 349.23 | 0.91 | 0.08 |
| Hex | 29 | 2 | 9 | 0 | 5F | 4E | 54 | 15D | 5B | 8 |
| Octal | 51 | 2 | 11 | 0 | 137 | 116 | 124 | 535 | 133 | 10 |
| Binary | 101001 | 10 | 1001 | 0 | 1011111 | 1001110 | 1010100 | 101011101 | 1011011 | 1000 |
Color Harmonies of #290209
Complementary color
Monochromatic Colors of #290209
Black with #290209
Text Example
Text Example
White with #290209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290209; }
p { color: rgb(41,2,9); }
H1.HeaderClassName
{
color: #290209;
}
.AnyTagClassName
{
color: #290209;
}
</style>
background-color css
<style>
a { background-color: #290209; }
a { background-color: rgb(41,2,9); }
div.DivClassName
{
background-color: #290209;
}
.BgClassName
{
background-color: #290209;
}
</style>
border-color css
<style>
span { border-color: #290209; }
span { border-color: rgb(41,2,9); }
td.TdClassName
{
border-color: #290209;
}
.TagClassName
{
border-color: #290209;
}
</style>