Shades of Rustic Red #2A1112
Tints of Rustic Red #2A1112
RGB
CMYK
RGB Variations
Color information
#2A1112 (or 0x2A1112) is known color: Rustic Red. HEX triplet: 2A, 11 and 12. RGB value is (42,17,18). Sum of RGB (Red+Green+Blue) = 42+17+18=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1112 is #D5EEED. Grayscale: #181818. Windows color (decimal): -14020334 or 1184042. OLE color: 1184042.
HSL color Cylindrical-coordinate representation of color #2A1112: hue angle of 357.6º 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 #2A1112 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 18 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.84 |
| HSL | 357.6º | 0.42% | 0.12% | - |
| HSV(B) | 357.6º | 0.6% | 0.16% | - |
| XYZ | 1.26 | 0.94 | 0.69 | - |
| YUV | 24.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 18 | 0 | 0.60 | 0.57 | 0.84 | 357.6 | 0.42 | 0.12 |
| Hex | 2A | 11 | 12 | 0 | 3C | 39 | 54 | 166 | 2A | C |
| Octal | 52 | 21 | 22 | 0 | 74 | 71 | 124 | 546 | 52 | 14 |
| Binary | 101010 | 10001 | 10010 | 0 | 111100 | 111001 | 1010100 | 101100110 | 101010 | 1100 |
Color Harmonies of #2A1112
Complementary color
Monochromatic Colors of #2A1112
Black with #2A1112
Text Example
Text Example
White with #2A1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1112; }
p { color: rgb(42,17,18); }
H1.HeaderClassName
{
color: #2A1112;
}
.AnyTagClassName
{
color: #2A1112;
}
</style>
background-color css
<style>
a { background-color: #2A1112; }
a { background-color: rgb(42,17,18); }
div.DivClassName
{
background-color: #2A1112;
}
.BgClassName
{
background-color: #2A1112;
}
</style>
border-color css
<style>
span { border-color: #2A1112; }
span { border-color: rgb(42,17,18); }
td.TdClassName
{
border-color: #2A1112;
}
.TagClassName
{
border-color: #2A1112;
}
</style>