Shades of Rustic Red #2A151B
Tints of Rustic Red #2A151B
RGB
CMYK
RGB Variations
Color information
#2A151B (or 0x2A151B) is known color: Rustic Red. HEX triplet: 2A, 15 and 1B. RGB value is (42,21,27). Sum of RGB (Red+Green+Blue) = 42+21+27=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A151B is #D5EAE4. Grayscale: #1B1B1B. Windows color (decimal): -14019301 or 1774890. OLE color: 1774890.
HSL color Cylindrical-coordinate representation of color #2A151B: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A151B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 27 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.84 |
| HSL | 342.86º | 0.33% | 0.12% | - |
| HSV(B) | 342.86º | 0.5% | 0.16% | - |
| XYZ | 1.42 | 1.11 | 1.18 | - |
| YUV | 27.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 27 | 0 | 0.50 | 0.36 | 0.84 | 342.86 | 0.33 | 0.12 |
| Hex | 2A | 15 | 1B | 0 | 32 | 24 | 54 | 157 | 21 | C |
| Octal | 52 | 25 | 33 | 0 | 62 | 44 | 124 | 527 | 41 | 14 |
| Binary | 101010 | 10101 | 11011 | 0 | 110010 | 100100 | 1010100 | 101010111 | 100001 | 1100 |
Color Harmonies of #2A151B
Complementary color
Monochromatic Colors of #2A151B
Black with #2A151B
Text Example
Text Example
White with #2A151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A151B; }
p { color: rgb(42,21,27); }
H1.HeaderClassName
{
color: #2A151B;
}
.AnyTagClassName
{
color: #2A151B;
}
</style>
background-color css
<style>
a { background-color: #2A151B; }
a { background-color: rgb(42,21,27); }
div.DivClassName
{
background-color: #2A151B;
}
.BgClassName
{
background-color: #2A151B;
}
</style>
border-color css
<style>
span { border-color: #2A151B; }
span { border-color: rgb(42,21,27); }
td.TdClassName
{
border-color: #2A151B;
}
.TagClassName
{
border-color: #2A151B;
}
</style>