Shades of Rustic Red #2A040D
Tints of Rustic Red #2A040D
RGB
CMYK
RGB Variations
Color information
#2A040D (or 0x2A040D) is known color: Rustic Red. HEX triplet: 2A, 04 and 0D. RGB value is (42,4,13). Sum of RGB (Red+Green+Blue) = 42+4+13=59 (7% of max value = 765). Red value is 42 (16.80% from 255 or 71.19% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 42 - color contains mainly: red. Hex color #2A040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A040D is #D5FBF2. Grayscale: #101010. Windows color (decimal): -14023667 or 853034. OLE color: 853034.
HSL color Cylindrical-coordinate representation of color #2A040D: hue angle of 345.79º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A040D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 13 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.84 |
| HSL | 345.79º | 0.83% | 0.09% | - |
| HSV(B) | 345.79º | 0.9% | 0.16% | - |
| XYZ | 1.07 | 0.61 | 0.44 | - |
| YUV | 16.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 13 | 0 | 0.90 | 0.69 | 0.84 | 345.79 | 0.83 | 0.09 |
| Hex | 2A | 4 | D | 0 | 5A | 45 | 54 | 15A | 53 | 9 |
| Octal | 52 | 4 | 15 | 0 | 132 | 105 | 124 | 532 | 123 | 11 |
| Binary | 101010 | 100 | 1101 | 0 | 1011010 | 1000101 | 1010100 | 101011010 | 1010011 | 1001 |
Color Harmonies of #2A040D
Complementary color
Monochromatic Colors of #2A040D
Black with #2A040D
Text Example
Text Example
White with #2A040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A040D; }
p { color: rgb(42,4,13); }
H1.HeaderClassName
{
color: #2A040D;
}
.AnyTagClassName
{
color: #2A040D;
}
</style>
background-color css
<style>
a { background-color: #2A040D; }
a { background-color: rgb(42,4,13); }
div.DivClassName
{
background-color: #2A040D;
}
.BgClassName
{
background-color: #2A040D;
}
</style>
border-color css
<style>
span { border-color: #2A040D; }
span { border-color: rgb(42,4,13); }
td.TdClassName
{
border-color: #2A040D;
}
.TagClassName
{
border-color: #2A040D;
}
</style>