Shades of Rustic Red #2C000C
Tints of Rustic Red #2C000C
RGB
CMYK
RGB Variations
Color information
#2C000C (or 0x2C000C) is known color: Rustic Red. HEX triplet: 2C, 00 and 0C. RGB value is (44,0,12). Sum of RGB (Red+Green+Blue) = 44+0+12=56 (7% of max value = 765). Red value is 44 (17.58% from 255 or 78.57% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 44 - color contains mainly: red. Hex color #2C000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C000C is #D3FFF3. Grayscale: #0E0E0E. Windows color (decimal): -13893620 or 786476. OLE color: 786476.
HSL color Cylindrical-coordinate representation of color #2C000C: hue angle of 343.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C000C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.73 | 0.83 |
| HSL | 343.64º | 1% | 0.09% | - |
| HSV(B) | 343.64º | 1% | 0.17% | - |
| XYZ | 1.11 | 0.56 | 0.4 | - |
| YUV | 14.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 12 | 0 | 1 | 0.73 | 0.83 | 343.64 | 1 | 0.09 |
| Hex | 2C | 0 | C | 0 | 64 | 49 | 53 | 158 | 64 | 9 |
| Octal | 54 | 0 | 14 | 0 | 144 | 111 | 123 | 530 | 144 | 11 |
| Binary | 101100 | 0 | 1100 | 0 | 1100100 | 1001001 | 1010011 | 101011000 | 1100100 | 1001 |
Color Harmonies of #2C000C
Complementary color
Monochromatic Colors of #2C000C
Black with #2C000C
Text Example
Text Example
White with #2C000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C000C; }
p { color: rgb(44,0,12); }
H1.HeaderClassName
{
color: #2C000C;
}
.AnyTagClassName
{
color: #2C000C;
}
</style>
background-color css
<style>
a { background-color: #2C000C; }
a { background-color: rgb(44,0,12); }
div.DivClassName
{
background-color: #2C000C;
}
.BgClassName
{
background-color: #2C000C;
}
</style>
border-color css
<style>
span { border-color: #2C000C; }
span { border-color: rgb(44,0,12); }
td.TdClassName
{
border-color: #2C000C;
}
.TagClassName
{
border-color: #2C000C;
}
</style>