Shades of Rustic Red #2C0411
Tints of Rustic Red #2C0411
RGB
CMYK
RGB Variations
Color information
#2C0411 (or 0x2C0411) is known color: Rustic Red. HEX triplet: 2C, 04 and 11. RGB value is (44,4,17). Sum of RGB (Red+Green+Blue) = 44+4+17=65 (8% of max value = 765). Red value is 44 (17.58% from 255 or 67.69% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0411 is #D3FBEE. Grayscale: #111111. Windows color (decimal): -13892591 or 1115180. OLE color: 1115180.
HSL color Cylindrical-coordinate representation of color #2C0411: hue angle of 340.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0411 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 4 | 17 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.83 |
| HSL | 340.5º | 0.83% | 0.09% | - |
| HSV(B) | 340.5º | 0.91% | 0.17% | - |
| XYZ | 1.18 | 0.66 | 0.6 | - |
| YUV | 17.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 17 | 0 | 0.91 | 0.61 | 0.83 | 340.5 | 0.83 | 0.09 |
| Hex | 2C | 4 | 11 | 0 | 5B | 3D | 53 | 154 | 53 | 9 |
| Octal | 54 | 4 | 21 | 0 | 133 | 75 | 123 | 524 | 123 | 11 |
| Binary | 101100 | 100 | 10001 | 0 | 1011011 | 111101 | 1010011 | 101010100 | 1010011 | 1001 |
Color Harmonies of #2C0411
Complementary color
Monochromatic Colors of #2C0411
Black with #2C0411
Text Example
Text Example
White with #2C0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0411; }
p { color: rgb(44,4,17); }
H1.HeaderClassName
{
color: #2C0411;
}
.AnyTagClassName
{
color: #2C0411;
}
</style>
background-color css
<style>
a { background-color: #2C0411; }
a { background-color: rgb(44,4,17); }
div.DivClassName
{
background-color: #2C0411;
}
.BgClassName
{
background-color: #2C0411;
}
</style>
border-color css
<style>
span { border-color: #2C0411; }
span { border-color: rgb(44,4,17); }
td.TdClassName
{
border-color: #2C0411;
}
.TagClassName
{
border-color: #2C0411;
}
</style>