Shades of Rustic Red #2C0005
Tints of Rustic Red #2C0005
RGB
CMYK
RGB Variations
Color information
#2C0005 (or 0x2C0005) is known color: Rustic Red. HEX triplet: 2C, 00 and 05. RGB value is (44,0,5). Sum of RGB (Red+Green+Blue) = 44+0+5=49 (6% of max value = 765). Red value is 44 (17.58% from 255 or 89.80% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0005 is #D3FFFA. Grayscale: #0D0D0D. Windows color (decimal): -13893627 or 327724. OLE color: 327724.
HSL color Cylindrical-coordinate representation of color #2C0005: hue angle of 353.18º 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 #2C0005 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.89 | 0.83 |
| HSL | 353.18º | 1% | 0.09% | - |
| HSV(B) | 353.18º | 1% | 0.17% | - |
| XYZ | 1.07 | 0.55 | 0.19 | - |
| YUV | 13.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 5 | 0 | 1 | 0.89 | 0.83 | 353.18 | 1 | 0.09 |
| Hex | 2C | 0 | 5 | 0 | 64 | 59 | 53 | 161 | 64 | 9 |
| Octal | 54 | 0 | 5 | 0 | 144 | 131 | 123 | 541 | 144 | 11 |
| Binary | 101100 | 0 | 101 | 0 | 1100100 | 1011001 | 1010011 | 101100001 | 1100100 | 1001 |
Color Harmonies of #2C0005
Complementary color
Monochromatic Colors of #2C0005
Black with #2C0005
Text Example
Text Example
White with #2C0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0005; }
p { color: rgb(44,0,5); }
H1.HeaderClassName
{
color: #2C0005;
}
.AnyTagClassName
{
color: #2C0005;
}
</style>
background-color css
<style>
a { background-color: #2C0005; }
a { background-color: rgb(44,0,5); }
div.DivClassName
{
background-color: #2C0005;
}
.BgClassName
{
background-color: #2C0005;
}
</style>
border-color css
<style>
span { border-color: #2C0005; }
span { border-color: rgb(44,0,5); }
td.TdClassName
{
border-color: #2C0005;
}
.TagClassName
{
border-color: #2C0005;
}
</style>