Shades of Rustic Red #2C0512
Tints of Rustic Red #2C0512
RGB
CMYK
RGB Variations
Color information
#2C0512 (or 0x2C0512) is known color: Rustic Red. HEX triplet: 2C, 05 and 12. RGB value is (44,5,18). Sum of RGB (Red+Green+Blue) = 44+5+18=67 (8% of max value = 765). Red value is 44 (17.58% from 255 or 65.67% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0512 is #D3FAED. Grayscale: #121212. Windows color (decimal): -13892334 or 1180972. OLE color: 1180972.
HSL color Cylindrical-coordinate representation of color #2C0512: hue angle of 340º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0512 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 5 | 18 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.83 |
| HSL | 340º | 0.8% | 0.1% | - |
| HSV(B) | 340º | 0.89% | 0.17% | - |
| XYZ | 1.2 | 0.69 | 0.64 | - |
| YUV | 18.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 18 | 0 | 0.89 | 0.59 | 0.83 | 340 | 0.8 | 0.1 |
| Hex | 2C | 5 | 12 | 0 | 59 | 3B | 53 | 154 | 50 | A |
| Octal | 54 | 5 | 22 | 0 | 131 | 73 | 123 | 524 | 120 | 12 |
| Binary | 101100 | 101 | 10010 | 0 | 1011001 | 111011 | 1010011 | 101010100 | 1010000 | 1010 |
Color Harmonies of #2C0512
Complementary color
Monochromatic Colors of #2C0512
Black with #2C0512
Text Example
Text Example
White with #2C0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0512; }
p { color: rgb(44,5,18); }
H1.HeaderClassName
{
color: #2C0512;
}
.AnyTagClassName
{
color: #2C0512;
}
</style>
background-color css
<style>
a { background-color: #2C0512; }
a { background-color: rgb(44,5,18); }
div.DivClassName
{
background-color: #2C0512;
}
.BgClassName
{
background-color: #2C0512;
}
</style>
border-color css
<style>
span { border-color: #2C0512; }
span { border-color: rgb(44,5,18); }
td.TdClassName
{
border-color: #2C0512;
}
.TagClassName
{
border-color: #2C0512;
}
</style>