Shades of Rustic Red #2C0D14
Tints of Rustic Red #2C0D14
RGB
CMYK
RGB Variations
Color information
#2C0D14 (or 0x2C0D14) is known color: Rustic Red. HEX triplet: 2C, 0D and 14. RGB value is (44,13,20). Sum of RGB (Red+Green+Blue) = 44+13+20=77 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.14% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0D14 is #D3F2EB. Grayscale: #171717. Windows color (decimal): -13890284 or 1314092. OLE color: 1314092.
HSL color Cylindrical-coordinate representation of color #2C0D14: hue angle of 346.45º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C0D14 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 13 | 20 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.83 |
| HSL | 346.45º | 0.54% | 0.11% | - |
| HSV(B) | 346.45º | 0.7% | 0.17% | - |
| XYZ | 1.31 | 0.87 | 0.76 | - |
| YUV | 23.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 20 | 0 | 0.70 | 0.55 | 0.83 | 346.45 | 0.54 | 0.11 |
| Hex | 2C | D | 14 | 0 | 46 | 37 | 53 | 15A | 36 | B |
| Octal | 54 | 15 | 24 | 0 | 106 | 67 | 123 | 532 | 66 | 13 |
| Binary | 101100 | 1101 | 10100 | 0 | 1000110 | 110111 | 1010011 | 101011010 | 110110 | 1011 |
Color Harmonies of #2C0D14
Complementary color
Monochromatic Colors of #2C0D14
Black with #2C0D14
Text Example
Text Example
White with #2C0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0D14; }
p { color: rgb(44,13,20); }
H1.HeaderClassName
{
color: #2C0D14;
}
.AnyTagClassName
{
color: #2C0D14;
}
</style>
background-color css
<style>
a { background-color: #2C0D14; }
a { background-color: rgb(44,13,20); }
div.DivClassName
{
background-color: #2C0D14;
}
.BgClassName
{
background-color: #2C0D14;
}
</style>
border-color css
<style>
span { border-color: #2C0D14; }
span { border-color: rgb(44,13,20); }
td.TdClassName
{
border-color: #2C0D14;
}
.TagClassName
{
border-color: #2C0D14;
}
</style>