Shades of Rustic Red #2C0C12
Tints of Rustic Red #2C0C12
RGB
CMYK
RGB Variations
Color information
#2C0C12 (or 0x2C0C12) is known color: Rustic Red. HEX triplet: 2C, 0C and 12. RGB value is (44,12,18). Sum of RGB (Red+Green+Blue) = 44+12+18=74 (9% of max value = 765). Red value is 44 (17.58% from 255 or 59.46% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0C12 is #D3F3ED. Grayscale: #161616. Windows color (decimal): -13890542 or 1182764. OLE color: 1182764.
HSL color Cylindrical-coordinate representation of color #2C0C12: hue angle of 348.75º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C0C12 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 12 | 18 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.83 |
| HSL | 348.75º | 0.57% | 0.11% | - |
| HSV(B) | 348.75º | 0.73% | 0.17% | - |
| XYZ | 1.28 | 0.84 | 0.67 | - |
| YUV | 22.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 18 | 0 | 0.73 | 0.59 | 0.83 | 348.75 | 0.57 | 0.11 |
| Hex | 2C | C | 12 | 0 | 49 | 3B | 53 | 15D | 39 | B |
| Octal | 54 | 14 | 22 | 0 | 111 | 73 | 123 | 535 | 71 | 13 |
| Binary | 101100 | 1100 | 10010 | 0 | 1001001 | 111011 | 1010011 | 101011101 | 111001 | 1011 |
Color Harmonies of #2C0C12
Complementary color
Monochromatic Colors of #2C0C12
Black with #2C0C12
Text Example
Text Example
White with #2C0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0C12; }
p { color: rgb(44,12,18); }
H1.HeaderClassName
{
color: #2C0C12;
}
.AnyTagClassName
{
color: #2C0C12;
}
</style>
background-color css
<style>
a { background-color: #2C0C12; }
a { background-color: rgb(44,12,18); }
div.DivClassName
{
background-color: #2C0C12;
}
.BgClassName
{
background-color: #2C0C12;
}
</style>
border-color css
<style>
span { border-color: #2C0C12; }
span { border-color: rgb(44,12,18); }
td.TdClassName
{
border-color: #2C0C12;
}
.TagClassName
{
border-color: #2C0C12;
}
</style>