Shades of Rustic Red #2A0C12
Tints of Rustic Red #2A0C12
RGB
CMYK
RGB Variations
Color information
#2A0C12 (or 0x2A0C12) is known color: Rustic Red. HEX triplet: 2A, 0C and 12. RGB value is (42,12,18). Sum of RGB (Red+Green+Blue) = 42+12+18=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0C12 is #D5F3ED. Grayscale: #151515. Windows color (decimal): -14021614 or 1182762. OLE color: 1182762.
HSL color Cylindrical-coordinate representation of color #2A0C12: hue angle of 348º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A0C12 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 12 | 18 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.84 |
| HSL | 348º | 0.56% | 0.11% | - |
| HSV(B) | 348º | 0.71% | 0.16% | - |
| XYZ | 1.2 | 0.8 | 0.66 | - |
| YUV | 21.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 18 | 0 | 0.71 | 0.57 | 0.84 | 348 | 0.56 | 0.11 |
| Hex | 2A | C | 12 | 0 | 47 | 39 | 54 | 15C | 38 | B |
| Octal | 52 | 14 | 22 | 0 | 107 | 71 | 124 | 534 | 70 | 13 |
| Binary | 101010 | 1100 | 10010 | 0 | 1000111 | 111001 | 1010100 | 101011100 | 111000 | 1011 |
Color Harmonies of #2A0C12
Complementary color
Monochromatic Colors of #2A0C12
Black with #2A0C12
Text Example
Text Example
White with #2A0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0C12; }
p { color: rgb(42,12,18); }
H1.HeaderClassName
{
color: #2A0C12;
}
.AnyTagClassName
{
color: #2A0C12;
}
</style>
background-color css
<style>
a { background-color: #2A0C12; }
a { background-color: rgb(42,12,18); }
div.DivClassName
{
background-color: #2A0C12;
}
.BgClassName
{
background-color: #2A0C12;
}
</style>
border-color css
<style>
span { border-color: #2A0C12; }
span { border-color: rgb(42,12,18); }
td.TdClassName
{
border-color: #2A0C12;
}
.TagClassName
{
border-color: #2A0C12;
}
</style>