Shades of Rustic Red #2C0709
Tints of Rustic Red #2C0709
RGB
CMYK
RGB Variations
Color information
#2C0709 (or 0x2C0709) is known color: Rustic Red. HEX triplet: 2C, 07 and 09. RGB value is (44,7,9). Sum of RGB (Red+Green+Blue) = 44+7+9=60 (7% of max value = 765). Red value is 44 (17.58% from 255 or 73.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0709 is #D3F8F6. Grayscale: #121212. Windows color (decimal): -13891831 or 591660. OLE color: 591660.
HSL color Cylindrical-coordinate representation of color #2C0709: hue angle of 356.76º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C0709 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 7 | 9 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.83 |
| HSL | 356.76º | 0.73% | 0.1% | - |
| HSV(B) | 356.76º | 0.84% | 0.17% | - |
| XYZ | 1.16 | 0.71 | 0.33 | - |
| YUV | 18.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 9 | 0 | 0.84 | 0.80 | 0.83 | 356.76 | 0.73 | 0.1 |
| Hex | 2C | 7 | 9 | 0 | 54 | 50 | 53 | 165 | 49 | A |
| Octal | 54 | 7 | 11 | 0 | 124 | 120 | 123 | 545 | 111 | 12 |
| Binary | 101100 | 111 | 1001 | 0 | 1010100 | 1010000 | 1010011 | 101100101 | 1001001 | 1010 |
Color Harmonies of #2C0709
Complementary color
Monochromatic Colors of #2C0709
Black with #2C0709
Text Example
Text Example
White with #2C0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0709; }
p { color: rgb(44,7,9); }
H1.HeaderClassName
{
color: #2C0709;
}
.AnyTagClassName
{
color: #2C0709;
}
</style>
background-color css
<style>
a { background-color: #2C0709; }
a { background-color: rgb(44,7,9); }
div.DivClassName
{
background-color: #2C0709;
}
.BgClassName
{
background-color: #2C0709;
}
</style>
border-color css
<style>
span { border-color: #2C0709; }
span { border-color: rgb(44,7,9); }
td.TdClassName
{
border-color: #2C0709;
}
.TagClassName
{
border-color: #2C0709;
}
</style>