Shades of Rustic Red #2A020A
Tints of Rustic Red #2A020A
RGB
CMYK
RGB Variations
Color information
#2A020A (or 0x2A020A) is known color: Rustic Red. HEX triplet: 2A, 02 and 0A. RGB value is (42,2,10). Sum of RGB (Red+Green+Blue) = 42+2+10=54 (7% of max value = 765). Red value is 42 (16.80% from 255 or 77.78% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 42 - color contains mainly: red. Hex color #2A020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A020A is #D5FDF5. Grayscale: #0E0E0E. Windows color (decimal): -14024182 or 655914. OLE color: 655914.
HSL color Cylindrical-coordinate representation of color #2A020A: hue angle of 348º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A020A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 10 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.84 |
| HSL | 348º | 0.91% | 0.09% | - |
| HSV(B) | 348º | 0.95% | 0.16% | - |
| XYZ | 1.03 | 0.56 | 0.34 | - |
| YUV | 14.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 10 | 0 | 0.95 | 0.76 | 0.84 | 348 | 0.91 | 0.09 |
| Hex | 2A | 2 | A | 0 | 5F | 4C | 54 | 15C | 5B | 9 |
| Octal | 52 | 2 | 12 | 0 | 137 | 114 | 124 | 534 | 133 | 11 |
| Binary | 101010 | 10 | 1010 | 0 | 1011111 | 1001100 | 1010100 | 101011100 | 1011011 | 1001 |
Color Harmonies of #2A020A
Complementary color
Monochromatic Colors of #2A020A
Black with #2A020A
Text Example
Text Example
White with #2A020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A020A; }
p { color: rgb(42,2,10); }
H1.HeaderClassName
{
color: #2A020A;
}
.AnyTagClassName
{
color: #2A020A;
}
</style>
background-color css
<style>
a { background-color: #2A020A; }
a { background-color: rgb(42,2,10); }
div.DivClassName
{
background-color: #2A020A;
}
.BgClassName
{
background-color: #2A020A;
}
</style>
border-color css
<style>
span { border-color: #2A020A; }
span { border-color: rgb(42,2,10); }
td.TdClassName
{
border-color: #2A020A;
}
.TagClassName
{
border-color: #2A020A;
}
</style>