Shades of Rustic Red #2A1116
Tints of Rustic Red #2A1116
RGB
CMYK
RGB Variations
Color information
#2A1116 (or 0x2A1116) is known color: Rustic Red. HEX triplet: 2A, 11 and 16. RGB value is (42,17,22). Sum of RGB (Red+Green+Blue) = 42+17+22=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1116 is #D5EEE9. Grayscale: #191919. Windows color (decimal): -14020330 or 1446186. OLE color: 1446186.
HSL color Cylindrical-coordinate representation of color #2A1116: hue angle of 348º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1116 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 22 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.84 |
| HSL | 348º | 0.42% | 0.12% | - |
| HSV(B) | 348º | 0.6% | 0.16% | - |
| XYZ | 1.3 | 0.95 | 0.87 | - |
| YUV | 25.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 22 | 0 | 0.60 | 0.48 | 0.84 | 348 | 0.42 | 0.12 |
| Hex | 2A | 11 | 16 | 0 | 3C | 30 | 54 | 15C | 2A | C |
| Octal | 52 | 21 | 26 | 0 | 74 | 60 | 124 | 534 | 52 | 14 |
| Binary | 101010 | 10001 | 10110 | 0 | 111100 | 110000 | 1010100 | 101011100 | 101010 | 1100 |
Color Harmonies of #2A1116
Complementary color
Monochromatic Colors of #2A1116
Black with #2A1116
Text Example
Text Example
White with #2A1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1116; }
p { color: rgb(42,17,22); }
H1.HeaderClassName
{
color: #2A1116;
}
.AnyTagClassName
{
color: #2A1116;
}
</style>
background-color css
<style>
a { background-color: #2A1116; }
a { background-color: rgb(42,17,22); }
div.DivClassName
{
background-color: #2A1116;
}
.BgClassName
{
background-color: #2A1116;
}
</style>
border-color css
<style>
span { border-color: #2A1116; }
span { border-color: rgb(42,17,22); }
td.TdClassName
{
border-color: #2A1116;
}
.TagClassName
{
border-color: #2A1116;
}
</style>