Shades of Rustic Red #2C0607
Tints of Rustic Red #2C0607
RGB
CMYK
RGB Variations
Color information
#2C0607 (or 0x2C0607) is known color: Rustic Red. HEX triplet: 2C, 06 and 07. RGB value is (44,6,7). Sum of RGB (Red+Green+Blue) = 44+6+7=57 (7% of max value = 765). Red value is 44 (17.58% from 255 or 77.19% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0607 is #D3F9F8. Grayscale: #111111. Windows color (decimal): -13892089 or 460332. OLE color: 460332.
HSL color Cylindrical-coordinate representation of color #2C0607: hue angle of 358.42º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C0607 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 6 | 7 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.83 |
| HSL | 358.42º | 0.76% | 0.1% | - |
| HSV(B) | 358.42º | 0.86% | 0.17% | - |
| XYZ | 1.14 | 0.68 | 0.27 | - |
| YUV | 17.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 7 | 0 | 0.86 | 0.84 | 0.83 | 358.42 | 0.76 | 0.1 |
| Hex | 2C | 6 | 7 | 0 | 56 | 54 | 53 | 166 | 4C | A |
| Octal | 54 | 6 | 7 | 0 | 126 | 124 | 123 | 546 | 114 | 12 |
| Binary | 101100 | 110 | 111 | 0 | 1010110 | 1010100 | 1010011 | 101100110 | 1001100 | 1010 |
Color Harmonies of #2C0607
Complementary color
Monochromatic Colors of #2C0607
Black with #2C0607
Text Example
Text Example
White with #2C0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0607; }
p { color: rgb(44,6,7); }
H1.HeaderClassName
{
color: #2C0607;
}
.AnyTagClassName
{
color: #2C0607;
}
</style>
background-color css
<style>
a { background-color: #2C0607; }
a { background-color: rgb(44,6,7); }
div.DivClassName
{
background-color: #2C0607;
}
.BgClassName
{
background-color: #2C0607;
}
</style>
border-color css
<style>
span { border-color: #2C0607; }
span { border-color: rgb(44,6,7); }
td.TdClassName
{
border-color: #2C0607;
}
.TagClassName
{
border-color: #2C0607;
}
</style>