Shades of Rustic Red #290506
Tints of Rustic Red #290506
RGB
CMYK
RGB Variations
Color information
#290506 (or 0x290506) is known color: Rustic Red. HEX triplet: 29, 05 and 06. RGB value is (41,5,6). Sum of RGB (Red+Green+Blue) = 41+5+6=52 (6% of max value = 765). Red value is 41 (16.41% from 255 or 78.85% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 41 - color contains mainly: red. Hex color #290506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290506 is #D6FAF9. Grayscale: #0F0F0F. Windows color (decimal): -14088954 or 394537. OLE color: 394537.
HSL color Cylindrical-coordinate representation of color #290506: hue angle of 358.33º 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 #290506 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 6 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.84 |
| HSL | 358.33º | 0.78% | 0.09% | - |
| HSV(B) | 358.33º | 0.88% | 0.16% | - |
| XYZ | 1 | 0.59 | 0.23 | - |
| YUV | 15.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 6 | 0 | 0.88 | 0.85 | 0.84 | 358.33 | 0.78 | 0.09 |
| Hex | 29 | 5 | 6 | 0 | 58 | 55 | 54 | 166 | 4E | 9 |
| Octal | 51 | 5 | 6 | 0 | 130 | 125 | 124 | 546 | 116 | 11 |
| Binary | 101001 | 101 | 110 | 0 | 1011000 | 1010101 | 1010100 | 101100110 | 1001110 | 1001 |
Color Harmonies of #290506
Complementary color
Monochromatic Colors of #290506
Black with #290506
Text Example
Text Example
White with #290506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290506; }
p { color: rgb(41,5,6); }
H1.HeaderClassName
{
color: #290506;
}
.AnyTagClassName
{
color: #290506;
}
</style>
background-color css
<style>
a { background-color: #290506; }
a { background-color: rgb(41,5,6); }
div.DivClassName
{
background-color: #290506;
}
.BgClassName
{
background-color: #290506;
}
</style>
border-color css
<style>
span { border-color: #290506; }
span { border-color: rgb(41,5,6); }
td.TdClassName
{
border-color: #290506;
}
.TagClassName
{
border-color: #290506;
}
</style>