Shades of Rustic Red #2A141A
Tints of Rustic Red #2A141A
RGB
CMYK
RGB Variations
Color information
#2A141A (or 0x2A141A) is known color: Rustic Red. HEX triplet: 2A, 14 and 1A. RGB value is (42,20,26). Sum of RGB (Red+Green+Blue) = 42+20+26=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A141A is #D5EBE5. Grayscale: #1B1B1B. Windows color (decimal): -14019558 or 1709098. OLE color: 1709098.
HSL color Cylindrical-coordinate representation of color #2A141A: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A141A is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 20 | 26 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.84 |
| HSL | 343.64º | 0.35% | 0.12% | - |
| HSV(B) | 343.64º | 0.52% | 0.16% | - |
| XYZ | 1.39 | 1.07 | 1.11 | - |
| YUV | 27.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 26 | 0 | 0.52 | 0.38 | 0.84 | 343.64 | 0.35 | 0.12 |
| Hex | 2A | 14 | 1A | 0 | 34 | 26 | 54 | 158 | 23 | C |
| Octal | 52 | 24 | 32 | 0 | 64 | 46 | 124 | 530 | 43 | 14 |
| Binary | 101010 | 10100 | 11010 | 0 | 110100 | 100110 | 1010100 | 101011000 | 100011 | 1100 |
Color Harmonies of #2A141A
Complementary color
Monochromatic Colors of #2A141A
Black with #2A141A
Text Example
Text Example
White with #2A141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A141A; }
p { color: rgb(42,20,26); }
H1.HeaderClassName
{
color: #2A141A;
}
.AnyTagClassName
{
color: #2A141A;
}
</style>
background-color css
<style>
a { background-color: #2A141A; }
a { background-color: rgb(42,20,26); }
div.DivClassName
{
background-color: #2A141A;
}
.BgClassName
{
background-color: #2A141A;
}
</style>
border-color css
<style>
span { border-color: #2A141A; }
span { border-color: rgb(42,20,26); }
td.TdClassName
{
border-color: #2A141A;
}
.TagClassName
{
border-color: #2A141A;
}
</style>