Shades of Rustic Red #2A1113
Tints of Rustic Red #2A1113
RGB
CMYK
RGB Variations
Color information
#2A1113 (or 0x2A1113) is known color: Rustic Red. HEX triplet: 2A, 11 and 13. RGB value is (42,17,19). Sum of RGB (Red+Green+Blue) = 42+17+19=78 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.85% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1113 is #D5EEEC. Grayscale: #181818. Windows color (decimal): -14020333 or 1249578. OLE color: 1249578.
HSL color Cylindrical-coordinate representation of color #2A1113: hue angle of 355.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1113 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 19 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.84 |
| HSL | 355.2º | 0.42% | 0.12% | - |
| HSV(B) | 355.2º | 0.6% | 0.16% | - |
| XYZ | 1.27 | 0.94 | 0.73 | - |
| YUV | 24.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 19 | 0 | 0.60 | 0.55 | 0.84 | 355.2 | 0.42 | 0.12 |
| Hex | 2A | 11 | 13 | 0 | 3C | 37 | 54 | 163 | 2A | C |
| Octal | 52 | 21 | 23 | 0 | 74 | 67 | 124 | 543 | 52 | 14 |
| Binary | 101010 | 10001 | 10011 | 0 | 111100 | 110111 | 1010100 | 101100011 | 101010 | 1100 |
Color Harmonies of #2A1113
Complementary color
Monochromatic Colors of #2A1113
Black with #2A1113
Text Example
Text Example
White with #2A1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1113; }
p { color: rgb(42,17,19); }
H1.HeaderClassName
{
color: #2A1113;
}
.AnyTagClassName
{
color: #2A1113;
}
</style>
background-color css
<style>
a { background-color: #2A1113; }
a { background-color: rgb(42,17,19); }
div.DivClassName
{
background-color: #2A1113;
}
.BgClassName
{
background-color: #2A1113;
}
</style>
border-color css
<style>
span { border-color: #2A1113; }
span { border-color: rgb(42,17,19); }
td.TdClassName
{
border-color: #2A1113;
}
.TagClassName
{
border-color: #2A1113;
}
</style>