Shades of Rustic Red #2A0813
Tints of Rustic Red #2A0813
RGB
CMYK
RGB Variations
Color information
#2A0813 (or 0x2A0813) is known color: Rustic Red. HEX triplet: 2A, 08 and 13. RGB value is (42,8,19). Sum of RGB (Red+Green+Blue) = 42+8+19=69 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60.87% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0813 is #D5F7EC. Grayscale: #131313. Windows color (decimal): -14022637 or 1247274. OLE color: 1247274.
HSL color Cylindrical-coordinate representation of color #2A0813: hue angle of 340.59º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A0813 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 19 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.84 |
| HSL | 340.59º | 0.68% | 0.1% | - |
| HSV(B) | 340.59º | 0.81% | 0.16% | - |
| XYZ | 1.16 | 0.71 | 0.69 | - |
| YUV | 19.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 19 | 0 | 0.81 | 0.55 | 0.84 | 340.59 | 0.68 | 0.1 |
| Hex | 2A | 8 | 13 | 0 | 51 | 37 | 54 | 155 | 44 | A |
| Octal | 52 | 10 | 23 | 0 | 121 | 67 | 124 | 525 | 104 | 12 |
| Binary | 101010 | 1000 | 10011 | 0 | 1010001 | 110111 | 1010100 | 101010101 | 1000100 | 1010 |
Color Harmonies of #2A0813
Complementary color
Monochromatic Colors of #2A0813
Black with #2A0813
Text Example
Text Example
White with #2A0813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0813; }
p { color: rgb(42,8,19); }
H1.HeaderClassName
{
color: #2A0813;
}
.AnyTagClassName
{
color: #2A0813;
}
</style>
background-color css
<style>
a { background-color: #2A0813; }
a { background-color: rgb(42,8,19); }
div.DivClassName
{
background-color: #2A0813;
}
.BgClassName
{
background-color: #2A0813;
}
</style>
border-color css
<style>
span { border-color: #2A0813; }
span { border-color: rgb(42,8,19); }
td.TdClassName
{
border-color: #2A0813;
}
.TagClassName
{
border-color: #2A0813;
}
</style>