Shades of Rustic Red #2A0D14
Tints of Rustic Red #2A0D14
RGB
CMYK
RGB Variations
Color information
#2A0D14 (or 0x2A0D14) is known color: Rustic Red. HEX triplet: 2A, 0D and 14. RGB value is (42,13,20). Sum of RGB (Red+Green+Blue) = 42+13+20=75 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0D14 is #D5F2EB. Grayscale: #161616. Windows color (decimal): -14021356 or 1314090. OLE color: 1314090.
HSL color Cylindrical-coordinate representation of color #2A0D14: hue angle of 345.52º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0D14 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 13 | 20 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.84 |
| HSL | 345.52º | 0.53% | 0.11% | - |
| HSV(B) | 345.52º | 0.69% | 0.16% | - |
| XYZ | 1.23 | 0.83 | 0.76 | - |
| YUV | 22.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 20 | 0 | 0.69 | 0.52 | 0.84 | 345.52 | 0.53 | 0.11 |
| Hex | 2A | D | 14 | 0 | 45 | 34 | 54 | 15A | 35 | B |
| Octal | 52 | 15 | 24 | 0 | 105 | 64 | 124 | 532 | 65 | 13 |
| Binary | 101010 | 1101 | 10100 | 0 | 1000101 | 110100 | 1010100 | 101011010 | 110101 | 1011 |
Color Harmonies of #2A0D14
Complementary color
Monochromatic Colors of #2A0D14
Black with #2A0D14
Text Example
Text Example
White with #2A0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D14; }
p { color: rgb(42,13,20); }
H1.HeaderClassName
{
color: #2A0D14;
}
.AnyTagClassName
{
color: #2A0D14;
}
</style>
background-color css
<style>
a { background-color: #2A0D14; }
a { background-color: rgb(42,13,20); }
div.DivClassName
{
background-color: #2A0D14;
}
.BgClassName
{
background-color: #2A0D14;
}
</style>
border-color css
<style>
span { border-color: #2A0D14; }
span { border-color: rgb(42,13,20); }
td.TdClassName
{
border-color: #2A0D14;
}
.TagClassName
{
border-color: #2A0D14;
}
</style>