Shades of Rustic Red #2A090A
Tints of Rustic Red #2A090A
RGB
CMYK
RGB Variations
Color information
#2A090A (or 0x2A090A) is known color: Rustic Red. HEX triplet: 2A, 09 and 0A. RGB value is (42,9,10). Sum of RGB (Red+Green+Blue) = 42+9+10=61 (8% of max value = 765). Red value is 42 (16.80% from 255 or 68.85% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 42 - color contains mainly: red. Hex color #2A090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A090A is #D5F6F5. Grayscale: #131313. Windows color (decimal): -14022390 or 657706. OLE color: 657706.
HSL color Cylindrical-coordinate representation of color #2A090A: hue angle of 358.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A090A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 10 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.84 |
| HSL | 358.18º | 0.65% | 0.1% | - |
| HSV(B) | 358.18º | 0.79% | 0.16% | - |
| XYZ | 1.11 | 0.71 | 0.37 | - |
| YUV | 18.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 10 | 0 | 0.79 | 0.76 | 0.84 | 358.18 | 0.65 | 0.1 |
| Hex | 2A | 9 | A | 0 | 4F | 4C | 54 | 166 | 41 | A |
| Octal | 52 | 11 | 12 | 0 | 117 | 114 | 124 | 546 | 101 | 12 |
| Binary | 101010 | 1001 | 1010 | 0 | 1001111 | 1001100 | 1010100 | 101100110 | 1000001 | 1010 |
Color Harmonies of #2A090A
Complementary color
Monochromatic Colors of #2A090A
Black with #2A090A
Text Example
Text Example
White with #2A090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A090A; }
p { color: rgb(42,9,10); }
H1.HeaderClassName
{
color: #2A090A;
}
.AnyTagClassName
{
color: #2A090A;
}
</style>
background-color css
<style>
a { background-color: #2A090A; }
a { background-color: rgb(42,9,10); }
div.DivClassName
{
background-color: #2A090A;
}
.BgClassName
{
background-color: #2A090A;
}
</style>
border-color css
<style>
span { border-color: #2A090A; }
span { border-color: rgb(42,9,10); }
td.TdClassName
{
border-color: #2A090A;
}
.TagClassName
{
border-color: #2A090A;
}
</style>