Shades of Rustic Red #2C050A
Tints of Rustic Red #2C050A
RGB
CMYK
RGB Variations
Color information
#2C050A (or 0x2C050A) is known color: Rustic Red. HEX triplet: 2C, 05 and 0A. RGB value is (44,5,10). Sum of RGB (Red+Green+Blue) = 44+5+10=59 (7% of max value = 765). Red value is 44 (17.58% from 255 or 74.58% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 44 - color contains mainly: red. Hex color #2C050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C050A is #D3FAF5. Grayscale: #111111. Windows color (decimal): -13892342 or 656684. OLE color: 656684.
HSL color Cylindrical-coordinate representation of color #2C050A: hue angle of 352.31º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C050A is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 5 | 10 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.83 |
| HSL | 352.31º | 0.8% | 0.1% | - |
| HSV(B) | 352.31º | 0.89% | 0.17% | - |
| XYZ | 1.15 | 0.67 | 0.36 | - |
| YUV | 17.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 10 | 0 | 0.89 | 0.77 | 0.83 | 352.31 | 0.8 | 0.1 |
| Hex | 2C | 5 | A | 0 | 59 | 4D | 53 | 160 | 50 | A |
| Octal | 54 | 5 | 12 | 0 | 131 | 115 | 123 | 540 | 120 | 12 |
| Binary | 101100 | 101 | 1010 | 0 | 1011001 | 1001101 | 1010011 | 101100000 | 1010000 | 1010 |
Color Harmonies of #2C050A
Complementary color
Monochromatic Colors of #2C050A
Black with #2C050A
Text Example
Text Example
White with #2C050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C050A; }
p { color: rgb(44,5,10); }
H1.HeaderClassName
{
color: #2C050A;
}
.AnyTagClassName
{
color: #2C050A;
}
</style>
background-color css
<style>
a { background-color: #2C050A; }
a { background-color: rgb(44,5,10); }
div.DivClassName
{
background-color: #2C050A;
}
.BgClassName
{
background-color: #2C050A;
}
</style>
border-color css
<style>
span { border-color: #2C050A; }
span { border-color: rgb(44,5,10); }
td.TdClassName
{
border-color: #2C050A;
}
.TagClassName
{
border-color: #2C050A;
}
</style>