Shades of Rustic Red #2A080B
Tints of Rustic Red #2A080B
RGB
CMYK
RGB Variations
Color information
#2A080B (or 0x2A080B) is known color: Rustic Red. HEX triplet: 2A, 08 and 0B. RGB value is (42,8,11). Sum of RGB (Red+Green+Blue) = 42+8+11=61 (8% of max value = 765). Red value is 42 (16.80% from 255 or 68.85% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 42 - color contains mainly: red. Hex color #2A080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A080B is #D5F7F4. Grayscale: #121212. Windows color (decimal): -14022645 or 722986. OLE color: 722986.
HSL color Cylindrical-coordinate representation of color #2A080B: hue angle of 354.71º 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 #2A080B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 11 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.84 |
| HSL | 354.71º | 0.68% | 0.1% | - |
| HSV(B) | 354.71º | 0.81% | 0.16% | - |
| XYZ | 1.1 | 0.69 | 0.39 | - |
| YUV | 18.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 11 | 0 | 0.81 | 0.74 | 0.84 | 354.71 | 0.68 | 0.1 |
| Hex | 2A | 8 | B | 0 | 51 | 4A | 54 | 163 | 44 | A |
| Octal | 52 | 10 | 13 | 0 | 121 | 112 | 124 | 543 | 104 | 12 |
| Binary | 101010 | 1000 | 1011 | 0 | 1010001 | 1001010 | 1010100 | 101100011 | 1000100 | 1010 |
Color Harmonies of #2A080B
Complementary color
Monochromatic Colors of #2A080B
Black with #2A080B
Text Example
Text Example
White with #2A080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A080B; }
p { color: rgb(42,8,11); }
H1.HeaderClassName
{
color: #2A080B;
}
.AnyTagClassName
{
color: #2A080B;
}
</style>
background-color css
<style>
a { background-color: #2A080B; }
a { background-color: rgb(42,8,11); }
div.DivClassName
{
background-color: #2A080B;
}
.BgClassName
{
background-color: #2A080B;
}
</style>
border-color css
<style>
span { border-color: #2A080B; }
span { border-color: rgb(42,8,11); }
td.TdClassName
{
border-color: #2A080B;
}
.TagClassName
{
border-color: #2A080B;
}
</style>