Shades of Rustic Red #290D12
Tints of Rustic Red #290D12
RGB
CMYK
RGB Variations
Color information
#290D12 (or 0x290D12) is known color: Rustic Red. HEX triplet: 29, 0D and 12. RGB value is (41,13,18). Sum of RGB (Red+Green+Blue) = 41+13+18=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #290D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D12 is #D6F2ED. Grayscale: #151515. Windows color (decimal): -14086894 or 1183017. OLE color: 1183017.
HSL color Cylindrical-coordinate representation of color #290D12: hue angle of 349.29º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D12 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 13 | 18 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.84 |
| HSL | 349.29º | 0.52% | 0.11% | - |
| HSV(B) | 349.29º | 0.68% | 0.16% | - |
| XYZ | 1.17 | 0.8 | 0.67 | - |
| YUV | 21.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 18 | 0 | 0.68 | 0.56 | 0.84 | 349.29 | 0.52 | 0.11 |
| Hex | 29 | D | 12 | 0 | 44 | 38 | 54 | 15D | 34 | B |
| Octal | 51 | 15 | 22 | 0 | 104 | 70 | 124 | 535 | 64 | 13 |
| Binary | 101001 | 1101 | 10010 | 0 | 1000100 | 111000 | 1010100 | 101011101 | 110100 | 1011 |
Color Harmonies of #290D12
Complementary color
Monochromatic Colors of #290D12
Black with #290D12
Text Example
Text Example
White with #290D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D12; }
p { color: rgb(41,13,18); }
H1.HeaderClassName
{
color: #290D12;
}
.AnyTagClassName
{
color: #290D12;
}
</style>
background-color css
<style>
a { background-color: #290D12; }
a { background-color: rgb(41,13,18); }
div.DivClassName
{
background-color: #290D12;
}
.BgClassName
{
background-color: #290D12;
}
</style>
border-color css
<style>
span { border-color: #290D12; }
span { border-color: rgb(41,13,18); }
td.TdClassName
{
border-color: #290D12;
}
.TagClassName
{
border-color: #290D12;
}
</style>