Shades of Rustic Red #2A191B
Tints of Rustic Red #2A191B
RGB
CMYK
RGB Variations
Color information
#2A191B (or 0x2A191B) is known color: Rustic Red. HEX triplet: 2A, 19 and 1B. RGB value is (42,25,27). Sum of RGB (Red+Green+Blue) = 42+25+27=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A191B is #D5E6E4. Grayscale: #1E1E1E. Windows color (decimal): -14018277 or 1775914. OLE color: 1775914.
HSL color Cylindrical-coordinate representation of color #2A191B: hue angle of 352.94º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A191B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 25 | 27 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.84 |
| HSL | 352.94º | 0.25% | 0.13% | - |
| HSV(B) | 352.94º | 0.4% | 0.16% | - |
| XYZ | 1.5 | 1.27 | 1.2 | - |
| YUV | 30.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 27 | 0 | 0.40 | 0.36 | 0.84 | 352.94 | 0.25 | 0.13 |
| Hex | 2A | 19 | 1B | 0 | 28 | 24 | 54 | 161 | 19 | D |
| Octal | 52 | 31 | 33 | 0 | 50 | 44 | 124 | 541 | 31 | 15 |
| Binary | 101010 | 11001 | 11011 | 0 | 101000 | 100100 | 1010100 | 101100001 | 11001 | 1101 |
Color Harmonies of #2A191B
Complementary color
Monochromatic Colors of #2A191B
Black with #2A191B
Text Example
Text Example
White with #2A191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A191B; }
p { color: rgb(42,25,27); }
H1.HeaderClassName
{
color: #2A191B;
}
.AnyTagClassName
{
color: #2A191B;
}
</style>
background-color css
<style>
a { background-color: #2A191B; }
a { background-color: rgb(42,25,27); }
div.DivClassName
{
background-color: #2A191B;
}
.BgClassName
{
background-color: #2A191B;
}
</style>
border-color css
<style>
span { border-color: #2A191B; }
span { border-color: rgb(42,25,27); }
td.TdClassName
{
border-color: #2A191B;
}
.TagClassName
{
border-color: #2A191B;
}
</style>