Shades of Rustic Red #2A040C
Tints of Rustic Red #2A040C
RGB
CMYK
RGB Variations
Color information
#2A040C (or 0x2A040C) is known color: Rustic Red. HEX triplet: 2A, 04 and 0C. RGB value is (42,4,12). Sum of RGB (Red+Green+Blue) = 42+4+12=58 (7% of max value = 765). Red value is 42 (16.80% from 255 or 72.41% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 42 - color contains mainly: red. Hex color #2A040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A040C is #D5FBF3. Grayscale: #101010. Windows color (decimal): -14023668 or 787498. OLE color: 787498.
HSL color Cylindrical-coordinate representation of color #2A040C: hue angle of 347.37º 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 #2A040C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 12 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.84 |
| HSL | 347.37º | 0.83% | 0.09% | - |
| HSV(B) | 347.37º | 0.9% | 0.16% | - |
| XYZ | 1.06 | 0.61 | 0.41 | - |
| YUV | 16.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 12 | 0 | 0.90 | 0.71 | 0.84 | 347.37 | 0.83 | 0.09 |
| Hex | 2A | 4 | C | 0 | 5A | 47 | 54 | 15B | 53 | 9 |
| Octal | 52 | 4 | 14 | 0 | 132 | 107 | 124 | 533 | 123 | 11 |
| Binary | 101010 | 100 | 1100 | 0 | 1011010 | 1000111 | 1010100 | 101011011 | 1010011 | 1001 |
Color Harmonies of #2A040C
Complementary color
Monochromatic Colors of #2A040C
Black with #2A040C
Text Example
Text Example
White with #2A040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A040C; }
p { color: rgb(42,4,12); }
H1.HeaderClassName
{
color: #2A040C;
}
.AnyTagClassName
{
color: #2A040C;
}
</style>
background-color css
<style>
a { background-color: #2A040C; }
a { background-color: rgb(42,4,12); }
div.DivClassName
{
background-color: #2A040C;
}
.BgClassName
{
background-color: #2A040C;
}
</style>
border-color css
<style>
span { border-color: #2A040C; }
span { border-color: rgb(42,4,12); }
td.TdClassName
{
border-color: #2A040C;
}
.TagClassName
{
border-color: #2A040C;
}
</style>