Shades of Rustic Red #2C0E11
Tints of Rustic Red #2C0E11
RGB
CMYK
RGB Variations
Color information
#2C0E11 (or 0x2C0E11) is known color: Rustic Red. HEX triplet: 2C, 0E and 11. RGB value is (44,14,17). Sum of RGB (Red+Green+Blue) = 44+14+17=75 (9% of max value = 765). Red value is 44 (17.58% from 255 or 58.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0E11 is #D3F1EE. Grayscale: #171717. Windows color (decimal): -13890031 or 1117740. OLE color: 1117740.
HSL color Cylindrical-coordinate representation of color #2C0E11: hue angle of 354º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C0E11 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 14 | 17 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.83 |
| HSL | 354º | 0.52% | 0.11% | - |
| HSV(B) | 354º | 0.68% | 0.17% | - |
| XYZ | 1.3 | 0.89 | 0.63 | - |
| YUV | 23.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 17 | 0 | 0.68 | 0.61 | 0.83 | 354 | 0.52 | 0.11 |
| Hex | 2C | E | 11 | 0 | 44 | 3D | 53 | 162 | 34 | B |
| Octal | 54 | 16 | 21 | 0 | 104 | 75 | 123 | 542 | 64 | 13 |
| Binary | 101100 | 1110 | 10001 | 0 | 1000100 | 111101 | 1010011 | 101100010 | 110100 | 1011 |
Color Harmonies of #2C0E11
Complementary color
Monochromatic Colors of #2C0E11
Black with #2C0E11
Text Example
Text Example
White with #2C0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0E11; }
p { color: rgb(44,14,17); }
H1.HeaderClassName
{
color: #2C0E11;
}
.AnyTagClassName
{
color: #2C0E11;
}
</style>
background-color css
<style>
a { background-color: #2C0E11; }
a { background-color: rgb(44,14,17); }
div.DivClassName
{
background-color: #2C0E11;
}
.BgClassName
{
background-color: #2C0E11;
}
</style>
border-color css
<style>
span { border-color: #2C0E11; }
span { border-color: rgb(44,14,17); }
td.TdClassName
{
border-color: #2C0E11;
}
.TagClassName
{
border-color: #2C0E11;
}
</style>