Shades of Rustic Red #2A131A
Tints of Rustic Red #2A131A
RGB
CMYK
RGB Variations
Color information
#2A131A (or 0x2A131A) is known color: Rustic Red. HEX triplet: 2A, 13 and 1A. RGB value is (42,19,26). Sum of RGB (Red+Green+Blue) = 42+19+26=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A131A is #D5ECE5. Grayscale: #1A1A1A. Windows color (decimal): -14019814 or 1708842. OLE color: 1708842.
HSL color Cylindrical-coordinate representation of color #2A131A: hue angle of 341.74º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A131A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 26 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.84 |
| HSL | 341.74º | 0.38% | 0.12% | - |
| HSV(B) | 341.74º | 0.55% | 0.16% | - |
| XYZ | 1.37 | 1.03 | 1.1 | - |
| YUV | 26.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 26 | 0 | 0.55 | 0.38 | 0.84 | 341.74 | 0.38 | 0.12 |
| Hex | 2A | 13 | 1A | 0 | 37 | 26 | 54 | 156 | 26 | C |
| Octal | 52 | 23 | 32 | 0 | 67 | 46 | 124 | 526 | 46 | 14 |
| Binary | 101010 | 10011 | 11010 | 0 | 110111 | 100110 | 1010100 | 101010110 | 100110 | 1100 |
Color Harmonies of #2A131A
Complementary color
Monochromatic Colors of #2A131A
Black with #2A131A
Text Example
Text Example
White with #2A131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A131A; }
p { color: rgb(42,19,26); }
H1.HeaderClassName
{
color: #2A131A;
}
.AnyTagClassName
{
color: #2A131A;
}
</style>
background-color css
<style>
a { background-color: #2A131A; }
a { background-color: rgb(42,19,26); }
div.DivClassName
{
background-color: #2A131A;
}
.BgClassName
{
background-color: #2A131A;
}
</style>
border-color css
<style>
span { border-color: #2A131A; }
span { border-color: rgb(42,19,26); }
td.TdClassName
{
border-color: #2A131A;
}
.TagClassName
{
border-color: #2A131A;
}
</style>