Shades of Rustic Red #2A0610
Tints of Rustic Red #2A0610
RGB
CMYK
RGB Variations
Color information
#2A0610 (or 0x2A0610) is known color: Rustic Red. HEX triplet: 2A, 06 and 10. RGB value is (42,6,16). Sum of RGB (Red+Green+Blue) = 42+6+16=64 (8% of max value = 765). Red value is 42 (16.80% from 255 or 65.62% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0610 is #D5F9EF. Grayscale: #111111. Windows color (decimal): -14023152 or 1050154. OLE color: 1050154.
HSL color Cylindrical-coordinate representation of color #2A0610: hue angle of 343.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A0610 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 6 | 16 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.84 |
| HSL | 343.33º | 0.75% | 0.09% | - |
| HSV(B) | 343.33º | 0.86% | 0.16% | - |
| XYZ | 1.11 | 0.66 | 0.56 | - |
| YUV | 17.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 16 | 0 | 0.86 | 0.62 | 0.84 | 343.33 | 0.75 | 0.09 |
| Hex | 2A | 6 | 10 | 0 | 56 | 3E | 54 | 157 | 4B | 9 |
| Octal | 52 | 6 | 20 | 0 | 126 | 76 | 124 | 527 | 113 | 11 |
| Binary | 101010 | 110 | 10000 | 0 | 1010110 | 111110 | 1010100 | 101010111 | 1001011 | 1001 |
Color Harmonies of #2A0610
Complementary color
Monochromatic Colors of #2A0610
Black with #2A0610
Text Example
Text Example
White with #2A0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0610; }
p { color: rgb(42,6,16); }
H1.HeaderClassName
{
color: #2A0610;
}
.AnyTagClassName
{
color: #2A0610;
}
</style>
background-color css
<style>
a { background-color: #2A0610; }
a { background-color: rgb(42,6,16); }
div.DivClassName
{
background-color: #2A0610;
}
.BgClassName
{
background-color: #2A0610;
}
</style>
border-color css
<style>
span { border-color: #2A0610; }
span { border-color: rgb(42,6,16); }
td.TdClassName
{
border-color: #2A0610;
}
.TagClassName
{
border-color: #2A0610;
}
</style>