Shades of Rustic Red #2A161B
Tints of Rustic Red #2A161B
RGB
CMYK
RGB Variations
Color information
#2A161B (or 0x2A161B) is known color: Rustic Red. HEX triplet: 2A, 16 and 1B. RGB value is (42,22,27). Sum of RGB (Red+Green+Blue) = 42+22+27=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A161B is #D5E9E4. Grayscale: #1C1C1C. Windows color (decimal): -14019045 or 1775146. OLE color: 1775146.
HSL color Cylindrical-coordinate representation of color #2A161B: hue angle of 345º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A161B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 22 | 27 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.84 |
| HSL | 345º | 0.31% | 0.13% | - |
| HSV(B) | 345º | 0.48% | 0.16% | - |
| XYZ | 1.44 | 1.15 | 1.18 | - |
| YUV | 28.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 27 | 0 | 0.48 | 0.36 | 0.84 | 345 | 0.31 | 0.13 |
| Hex | 2A | 16 | 1B | 0 | 30 | 24 | 54 | 159 | 1F | D |
| Octal | 52 | 26 | 33 | 0 | 60 | 44 | 124 | 531 | 37 | 15 |
| Binary | 101010 | 10110 | 11011 | 0 | 110000 | 100100 | 1010100 | 101011001 | 11111 | 1101 |
Color Harmonies of #2A161B
Complementary color
Monochromatic Colors of #2A161B
Black with #2A161B
Text Example
Text Example
White with #2A161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A161B; }
p { color: rgb(42,22,27); }
H1.HeaderClassName
{
color: #2A161B;
}
.AnyTagClassName
{
color: #2A161B;
}
</style>
background-color css
<style>
a { background-color: #2A161B; }
a { background-color: rgb(42,22,27); }
div.DivClassName
{
background-color: #2A161B;
}
.BgClassName
{
background-color: #2A161B;
}
</style>
border-color css
<style>
span { border-color: #2A161B; }
span { border-color: rgb(42,22,27); }
td.TdClassName
{
border-color: #2A161B;
}
.TagClassName
{
border-color: #2A161B;
}
</style>