Shades of Rustic Red #290B10
Tints of Rustic Red #290B10
RGB
CMYK
RGB Variations
Color information
#290B10 (or 0x290B10) is known color: Rustic Red. HEX triplet: 29, 0B and 10. RGB value is (41,11,16). Sum of RGB (Red+Green+Blue) = 41+11+16=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B10 is #D6F4EF. Grayscale: #141414. Windows color (decimal): -14087408 or 1051433. OLE color: 1051433.
HSL color Cylindrical-coordinate representation of color #290B10: hue angle of 350º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B10 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 16 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.84 |
| HSL | 350º | 0.58% | 0.1% | - |
| HSV(B) | 350º | 0.73% | 0.16% | - |
| XYZ | 1.13 | 0.75 | 0.58 | - |
| YUV | 20.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 16 | 0 | 0.73 | 0.61 | 0.84 | 350 | 0.58 | 0.1 |
| Hex | 29 | B | 10 | 0 | 49 | 3D | 54 | 15E | 3A | A |
| Octal | 51 | 13 | 20 | 0 | 111 | 75 | 124 | 536 | 72 | 12 |
| Binary | 101001 | 1011 | 10000 | 0 | 1001001 | 111101 | 1010100 | 101011110 | 111010 | 1010 |
Color Harmonies of #290B10
Complementary color
Monochromatic Colors of #290B10
Black with #290B10
Text Example
Text Example
White with #290B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B10; }
p { color: rgb(41,11,16); }
H1.HeaderClassName
{
color: #290B10;
}
.AnyTagClassName
{
color: #290B10;
}
</style>
background-color css
<style>
a { background-color: #290B10; }
a { background-color: rgb(41,11,16); }
div.DivClassName
{
background-color: #290B10;
}
.BgClassName
{
background-color: #290B10;
}
</style>
border-color css
<style>
span { border-color: #290B10; }
span { border-color: rgb(41,11,16); }
td.TdClassName
{
border-color: #290B10;
}
.TagClassName
{
border-color: #290B10;
}
</style>