Shades of Rustic Red #2A050D
Tints of Rustic Red #2A050D
RGB
CMYK
RGB Variations
Color information
#2A050D (or 0x2A050D) is known color: Rustic Red. HEX triplet: 2A, 05 and 0D. RGB value is (42,5,13). Sum of RGB (Red+Green+Blue) = 42+5+13=60 (7% of max value = 765). Red value is 42 (16.80% from 255 or 70% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 42 - color contains mainly: red. Hex color #2A050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A050D is #D5FAF2. Grayscale: #101010. Windows color (decimal): -14023411 or 853290. OLE color: 853290.
HSL color Cylindrical-coordinate representation of color #2A050D: hue angle of 347.03º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A050D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 5 | 13 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.84 |
| HSL | 347.03º | 0.79% | 0.09% | - |
| HSV(B) | 347.03º | 0.88% | 0.16% | - |
| XYZ | 1.08 | 0.63 | 0.45 | - |
| YUV | 16.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 13 | 0 | 0.88 | 0.69 | 0.84 | 347.03 | 0.79 | 0.09 |
| Hex | 2A | 5 | D | 0 | 58 | 45 | 54 | 15B | 4F | 9 |
| Octal | 52 | 5 | 15 | 0 | 130 | 105 | 124 | 533 | 117 | 11 |
| Binary | 101010 | 101 | 1101 | 0 | 1011000 | 1000101 | 1010100 | 101011011 | 1001111 | 1001 |
Color Harmonies of #2A050D
Complementary color
Monochromatic Colors of #2A050D
Black with #2A050D
Text Example
Text Example
White with #2A050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A050D; }
p { color: rgb(42,5,13); }
H1.HeaderClassName
{
color: #2A050D;
}
.AnyTagClassName
{
color: #2A050D;
}
</style>
background-color css
<style>
a { background-color: #2A050D; }
a { background-color: rgb(42,5,13); }
div.DivClassName
{
background-color: #2A050D;
}
.BgClassName
{
background-color: #2A050D;
}
</style>
border-color css
<style>
span { border-color: #2A050D; }
span { border-color: rgb(42,5,13); }
td.TdClassName
{
border-color: #2A050D;
}
.TagClassName
{
border-color: #2A050D;
}
</style>