Shades of Rustic Red #2A0B12
Tints of Rustic Red #2A0B12
RGB
CMYK
RGB Variations
Color information
#2A0B12 (or 0x2A0B12) is known color: Rustic Red. HEX triplet: 2A, 0B and 12. RGB value is (42,11,18). Sum of RGB (Red+Green+Blue) = 42+11+18=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0B12 is #D5F4ED. Grayscale: #151515. Windows color (decimal): -14021870 or 1182506. OLE color: 1182506.
HSL color Cylindrical-coordinate representation of color #2A0B12: hue angle of 346.45º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A0B12 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 18 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.84 |
| HSL | 346.45º | 0.58% | 0.1% | - |
| HSV(B) | 346.45º | 0.74% | 0.16% | - |
| XYZ | 1.18 | 0.78 | 0.66 | - |
| YUV | 21.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 18 | 0 | 0.74 | 0.57 | 0.84 | 346.45 | 0.58 | 0.1 |
| Hex | 2A | B | 12 | 0 | 4A | 39 | 54 | 15A | 3A | A |
| Octal | 52 | 13 | 22 | 0 | 112 | 71 | 124 | 532 | 72 | 12 |
| Binary | 101010 | 1011 | 10010 | 0 | 1001010 | 111001 | 1010100 | 101011010 | 111010 | 1010 |
Color Harmonies of #2A0B12
Complementary color
Monochromatic Colors of #2A0B12
Black with #2A0B12
Text Example
Text Example
White with #2A0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B12; }
p { color: rgb(42,11,18); }
H1.HeaderClassName
{
color: #2A0B12;
}
.AnyTagClassName
{
color: #2A0B12;
}
</style>
background-color css
<style>
a { background-color: #2A0B12; }
a { background-color: rgb(42,11,18); }
div.DivClassName
{
background-color: #2A0B12;
}
.BgClassName
{
background-color: #2A0B12;
}
</style>
border-color css
<style>
span { border-color: #2A0B12; }
span { border-color: rgb(42,11,18); }
td.TdClassName
{
border-color: #2A0B12;
}
.TagClassName
{
border-color: #2A0B12;
}
</style>