Shades of Rustic Red #290211
Tints of Rustic Red #290211
RGB
CMYK
RGB Variations
Color information
#290211 (or 0x290211) is known color: Rustic Red. HEX triplet: 29, 02 and 11. RGB value is (41,2,17). Sum of RGB (Red+Green+Blue) = 41+2+17=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #290211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290211 is #D6FDEE. Grayscale: #0F0F0F. Windows color (decimal): -14089711 or 1114665. OLE color: 1114665.
HSL color Cylindrical-coordinate representation of color #290211: hue angle of 336.92º 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 #290211 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 17 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.84 |
| HSL | 336.92º | 0.91% | 0.08% | - |
| HSV(B) | 336.92º | 0.95% | 0.16% | - |
| XYZ | 1.04 | 0.56 | 0.58 | - |
| YUV | 15.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 17 | 0 | 0.95 | 0.59 | 0.84 | 336.92 | 0.91 | 0.08 |
| Hex | 29 | 2 | 11 | 0 | 5F | 3B | 54 | 151 | 5B | 8 |
| Octal | 51 | 2 | 21 | 0 | 137 | 73 | 124 | 521 | 133 | 10 |
| Binary | 101001 | 10 | 10001 | 0 | 1011111 | 111011 | 1010100 | 101010001 | 1011011 | 1000 |
Color Harmonies of #290211
Complementary color
Monochromatic Colors of #290211
Black with #290211
Text Example
Text Example
White with #290211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290211; }
p { color: rgb(41,2,17); }
H1.HeaderClassName
{
color: #290211;
}
.AnyTagClassName
{
color: #290211;
}
</style>
background-color css
<style>
a { background-color: #290211; }
a { background-color: rgb(41,2,17); }
div.DivClassName
{
background-color: #290211;
}
.BgClassName
{
background-color: #290211;
}
</style>
border-color css
<style>
span { border-color: #290211; }
span { border-color: rgb(41,2,17); }
td.TdClassName
{
border-color: #290211;
}
.TagClassName
{
border-color: #290211;
}
</style>