Shades of Rustic Red #29020B
Tints of Rustic Red #29020B
RGB
CMYK
RGB Variations
Color information
#29020B (or 0x29020B) is known color: Rustic Red. HEX triplet: 29, 02 and 0B. RGB value is (41,2,11). Sum of RGB (Red+Green+Blue) = 41+2+11=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #29020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020B is #D6FDF4. Grayscale: #0E0E0E. Windows color (decimal): -14089717 or 721449. OLE color: 721449.
HSL color Cylindrical-coordinate representation of color #29020B: hue angle of 346.15º 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 #29020B is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 11 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.84 |
| HSL | 346.15º | 0.91% | 0.08% | - |
| HSV(B) | 346.15º | 0.95% | 0.16% | - |
| XYZ | 1 | 0.54 | 0.37 | - |
| YUV | 14.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 11 | 0 | 0.95 | 0.73 | 0.84 | 346.15 | 0.91 | 0.08 |
| Hex | 29 | 2 | B | 0 | 5F | 49 | 54 | 15A | 5B | 8 |
| Octal | 51 | 2 | 13 | 0 | 137 | 111 | 124 | 532 | 133 | 10 |
| Binary | 101001 | 10 | 1011 | 0 | 1011111 | 1001001 | 1010100 | 101011010 | 1011011 | 1000 |
Color Harmonies of #29020B
Complementary color
Monochromatic Colors of #29020B
Black with #29020B
Text Example
Text Example
White with #29020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29020B; }
p { color: rgb(41,2,11); }
H1.HeaderClassName
{
color: #29020B;
}
.AnyTagClassName
{
color: #29020B;
}
</style>
background-color css
<style>
a { background-color: #29020B; }
a { background-color: rgb(41,2,11); }
div.DivClassName
{
background-color: #29020B;
}
.BgClassName
{
background-color: #29020B;
}
</style>
border-color css
<style>
span { border-color: #29020B; }
span { border-color: rgb(41,2,11); }
td.TdClassName
{
border-color: #29020B;
}
.TagClassName
{
border-color: #29020B;
}
</style>