Shades of Rustic Red #2A070B
Tints of Rustic Red #2A070B
RGB
CMYK
RGB Variations
Color information
#2A070B (or 0x2A070B) is known color: Rustic Red. HEX triplet: 2A, 07 and 0B. RGB value is (42,7,11). Sum of RGB (Red+Green+Blue) = 42+7+11=60 (7% of max value = 765). Red value is 42 (16.80% from 255 or 70% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 42 - color contains mainly: red. Hex color #2A070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A070B is #D5F8F4. Grayscale: #111111. Windows color (decimal): -14022901 or 722730. OLE color: 722730.
HSL color Cylindrical-coordinate representation of color #2A070B: hue angle of 353.14º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A070B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 7 | 11 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.84 |
| HSL | 353.14º | 0.71% | 0.1% | - |
| HSV(B) | 353.14º | 0.83% | 0.16% | - |
| XYZ | 1.09 | 0.67 | 0.39 | - |
| YUV | 17.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 11 | 0 | 0.83 | 0.74 | 0.84 | 353.14 | 0.71 | 0.1 |
| Hex | 2A | 7 | B | 0 | 53 | 4A | 54 | 161 | 47 | A |
| Octal | 52 | 7 | 13 | 0 | 123 | 112 | 124 | 541 | 107 | 12 |
| Binary | 101010 | 111 | 1011 | 0 | 1010011 | 1001010 | 1010100 | 101100001 | 1000111 | 1010 |
Color Harmonies of #2A070B
Complementary color
Monochromatic Colors of #2A070B
Black with #2A070B
Text Example
Text Example
White with #2A070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A070B; }
p { color: rgb(42,7,11); }
H1.HeaderClassName
{
color: #2A070B;
}
.AnyTagClassName
{
color: #2A070B;
}
</style>
background-color css
<style>
a { background-color: #2A070B; }
a { background-color: rgb(42,7,11); }
div.DivClassName
{
background-color: #2A070B;
}
.BgClassName
{
background-color: #2A070B;
}
</style>
border-color css
<style>
span { border-color: #2A070B; }
span { border-color: rgb(42,7,11); }
td.TdClassName
{
border-color: #2A070B;
}
.TagClassName
{
border-color: #2A070B;
}
</style>