Shades of Rustic Red #2A191C
Tints of Rustic Red #2A191C
RGB
CMYK
RGB Variations
Color information
#2A191C (or 0x2A191C) is known color: Rustic Red. HEX triplet: 2A, 19 and 1C. RGB value is (42,25,28). Sum of RGB (Red+Green+Blue) = 42+25+28=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 42 - color contains mainly: red. Hex color #2A191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A191C is #D5E6E3. Grayscale: #1E1E1E. Windows color (decimal): -14018276 or 1841450. OLE color: 1841450.
HSL color Cylindrical-coordinate representation of color #2A191C: hue angle of 349.41º 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 #2A191C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 25 | 28 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.84 |
| HSL | 349.41º | 0.25% | 0.13% | - |
| HSV(B) | 349.41º | 0.4% | 0.16% | - |
| XYZ | 1.51 | 1.27 | 1.26 | - |
| YUV | 30.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 28 | 0 | 0.40 | 0.33 | 0.84 | 349.41 | 0.25 | 0.13 |
| Hex | 2A | 19 | 1C | 0 | 28 | 21 | 54 | 15D | 19 | D |
| Octal | 52 | 31 | 34 | 0 | 50 | 41 | 124 | 535 | 31 | 15 |
| Binary | 101010 | 11001 | 11100 | 0 | 101000 | 100001 | 1010100 | 101011101 | 11001 | 1101 |
Color Harmonies of #2A191C
Complementary color
Monochromatic Colors of #2A191C
Black with #2A191C
Text Example
Text Example
White with #2A191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A191C; }
p { color: rgb(42,25,28); }
H1.HeaderClassName
{
color: #2A191C;
}
.AnyTagClassName
{
color: #2A191C;
}
</style>
background-color css
<style>
a { background-color: #2A191C; }
a { background-color: rgb(42,25,28); }
div.DivClassName
{
background-color: #2A191C;
}
.BgClassName
{
background-color: #2A191C;
}
</style>
border-color css
<style>
span { border-color: #2A191C; }
span { border-color: rgb(42,25,28); }
td.TdClassName
{
border-color: #2A191C;
}
.TagClassName
{
border-color: #2A191C;
}
</style>