Shades of Rustic Red #2A1115
Tints of Rustic Red #2A1115
RGB
CMYK
RGB Variations
Color information
#2A1115 (or 0x2A1115) is known color: Rustic Red. HEX triplet: 2A, 11 and 15. RGB value is (42,17,21). Sum of RGB (Red+Green+Blue) = 42+17+21=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1115 is #D5EEEA. Grayscale: #181818. Windows color (decimal): -14020331 or 1380650. OLE color: 1380650.
HSL color Cylindrical-coordinate representation of color #2A1115: hue angle of 350.4º 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 #2A1115 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 21 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.84 |
| HSL | 350.4º | 0.42% | 0.12% | - |
| HSV(B) | 350.4º | 0.6% | 0.16% | - |
| XYZ | 1.29 | 0.95 | 0.82 | - |
| YUV | 24.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 21 | 0 | 0.60 | 0.50 | 0.84 | 350.4 | 0.42 | 0.12 |
| Hex | 2A | 11 | 15 | 0 | 3C | 32 | 54 | 15E | 2A | C |
| Octal | 52 | 21 | 25 | 0 | 74 | 62 | 124 | 536 | 52 | 14 |
| Binary | 101010 | 10001 | 10101 | 0 | 111100 | 110010 | 1010100 | 101011110 | 101010 | 1100 |
Color Harmonies of #2A1115
Complementary color
Monochromatic Colors of #2A1115
Black with #2A1115
Text Example
Text Example
White with #2A1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1115; }
p { color: rgb(42,17,21); }
H1.HeaderClassName
{
color: #2A1115;
}
.AnyTagClassName
{
color: #2A1115;
}
</style>
background-color css
<style>
a { background-color: #2A1115; }
a { background-color: rgb(42,17,21); }
div.DivClassName
{
background-color: #2A1115;
}
.BgClassName
{
background-color: #2A1115;
}
</style>
border-color css
<style>
span { border-color: #2A1115; }
span { border-color: rgb(42,17,21); }
td.TdClassName
{
border-color: #2A1115;
}
.TagClassName
{
border-color: #2A1115;
}
</style>