Shades of Rustic Red #29010B
Tints of Rustic Red #29010B
RGB
CMYK
RGB Variations
Color information
#29010B (or 0x29010B) is known color: Rustic Red. HEX triplet: 29, 01 and 0B. RGB value is (41,1,11). Sum of RGB (Red+Green+Blue) = 41+1+11=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #29010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010B is #D6FEF4. Grayscale: #0E0E0E. Windows color (decimal): -14089973 or 721193. OLE color: 721193.
HSL color Cylindrical-coordinate representation of color #29010B: hue angle of 345º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29010B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.84 |
| HSL | 345º | 0.95% | 0.08% | - |
| HSV(B) | 345º | 0.98% | 0.16% | - |
| XYZ | 0.99 | 0.52 | 0.36 | - |
| YUV | 14.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 11 | 0 | 0.98 | 0.73 | 0.84 | 345 | 0.95 | 0.08 |
| Hex | 29 | 1 | B | 0 | 62 | 49 | 54 | 159 | 5F | 8 |
| Octal | 51 | 1 | 13 | 0 | 142 | 111 | 124 | 531 | 137 | 10 |
| Binary | 101001 | 1 | 1011 | 0 | 1100010 | 1001001 | 1010100 | 101011001 | 1011111 | 1000 |
Color Harmonies of #29010B
Complementary color
Monochromatic Colors of #29010B
Black with #29010B
Text Example
Text Example
White with #29010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29010B; }
p { color: rgb(41,1,11); }
H1.HeaderClassName
{
color: #29010B;
}
.AnyTagClassName
{
color: #29010B;
}
</style>
background-color css
<style>
a { background-color: #29010B; }
a { background-color: rgb(41,1,11); }
div.DivClassName
{
background-color: #29010B;
}
.BgClassName
{
background-color: #29010B;
}
</style>
border-color css
<style>
span { border-color: #29010B; }
span { border-color: rgb(41,1,11); }
td.TdClassName
{
border-color: #29010B;
}
.TagClassName
{
border-color: #29010B;
}
</style>