Shades of Rustic Red #2C010C
Tints of Rustic Red #2C010C
RGB
CMYK
RGB Variations
Color information
#2C010C (or 0x2C010C) is known color: Rustic Red. HEX triplet: 2C, 01 and 0C. RGB value is (44,1,12). Sum of RGB (Red+Green+Blue) = 44+1+12=57 (7% of max value = 765). Red value is 44 (17.58% from 255 or 77.19% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 44 - color contains mainly: red. Hex color #2C010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C010C is #D3FEF3. Grayscale: #0F0F0F. Windows color (decimal): -13893364 or 786732. OLE color: 786732.
HSL color Cylindrical-coordinate representation of color #2C010C: hue angle of 344.65º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C010C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 1 | 12 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.83 |
| HSL | 344.65º | 0.96% | 0.09% | - |
| HSV(B) | 344.65º | 0.98% | 0.17% | - |
| XYZ | 1.12 | 0.58 | 0.4 | - |
| YUV | 15.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 12 | 0 | 0.98 | 0.73 | 0.83 | 344.65 | 0.96 | 0.09 |
| Hex | 2C | 1 | C | 0 | 62 | 49 | 53 | 159 | 60 | 9 |
| Octal | 54 | 1 | 14 | 0 | 142 | 111 | 123 | 531 | 140 | 11 |
| Binary | 101100 | 1 | 1100 | 0 | 1100010 | 1001001 | 1010011 | 101011001 | 1100000 | 1001 |
Color Harmonies of #2C010C
Complementary color
Monochromatic Colors of #2C010C
Black with #2C010C
Text Example
Text Example
White with #2C010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C010C; }
p { color: rgb(44,1,12); }
H1.HeaderClassName
{
color: #2C010C;
}
.AnyTagClassName
{
color: #2C010C;
}
</style>
background-color css
<style>
a { background-color: #2C010C; }
a { background-color: rgb(44,1,12); }
div.DivClassName
{
background-color: #2C010C;
}
.BgClassName
{
background-color: #2C010C;
}
</style>
border-color css
<style>
span { border-color: #2C010C; }
span { border-color: rgb(44,1,12); }
td.TdClassName
{
border-color: #2C010C;
}
.TagClassName
{
border-color: #2C010C;
}
</style>