Shades of Rustic Red #290F16
Tints of Rustic Red #290F16
RGB
CMYK
RGB Variations
Color information
#290F16 (or 0x290F16) is known color: Rustic Red. HEX triplet: 29, 0F and 16. RGB value is (41,15,22). Sum of RGB (Red+Green+Blue) = 41+15+22=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F16 is #D6F0E9. Grayscale: #171717. Windows color (decimal): -14086378 or 1445673. OLE color: 1445673.
HSL color Cylindrical-coordinate representation of color #290F16: hue angle of 343.85º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F16 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 15 | 22 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.84 |
| HSL | 343.85º | 0.46% | 0.11% | - |
| HSV(B) | 343.85º | 0.63% | 0.16% | - |
| XYZ | 1.23 | 0.87 | 0.86 | - |
| YUV | 23.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 22 | 0 | 0.63 | 0.46 | 0.84 | 343.85 | 0.46 | 0.11 |
| Hex | 29 | F | 16 | 0 | 3F | 2E | 54 | 158 | 2E | B |
| Octal | 51 | 17 | 26 | 0 | 77 | 56 | 124 | 530 | 56 | 13 |
| Binary | 101001 | 1111 | 10110 | 0 | 111111 | 101110 | 1010100 | 101011000 | 101110 | 1011 |
Color Harmonies of #290F16
Complementary color
Monochromatic Colors of #290F16
Black with #290F16
Text Example
Text Example
White with #290F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F16; }
p { color: rgb(41,15,22); }
H1.HeaderClassName
{
color: #290F16;
}
.AnyTagClassName
{
color: #290F16;
}
</style>
background-color css
<style>
a { background-color: #290F16; }
a { background-color: rgb(41,15,22); }
div.DivClassName
{
background-color: #290F16;
}
.BgClassName
{
background-color: #290F16;
}
</style>
border-color css
<style>
span { border-color: #290F16; }
span { border-color: rgb(41,15,22); }
td.TdClassName
{
border-color: #290F16;
}
.TagClassName
{
border-color: #290F16;
}
</style>