Shades of Rustic Red #2C0410
Tints of Rustic Red #2C0410
RGB
CMYK
RGB Variations
Color information
#2C0410 (or 0x2C0410) is known color: Rustic Red. HEX triplet: 2C, 04 and 10. RGB value is (44,4,16). Sum of RGB (Red+Green+Blue) = 44+4+16=64 (8% of max value = 765). Red value is 44 (17.58% from 255 or 68.75% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0410 is #D3FBEF. Grayscale: #111111. Windows color (decimal): -13892592 or 1049644. OLE color: 1049644.
HSL color Cylindrical-coordinate representation of color #2C0410: hue angle of 342º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0410 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 4 | 16 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.83 |
| HSL | 342º | 0.83% | 0.09% | - |
| HSV(B) | 342º | 0.91% | 0.17% | - |
| XYZ | 1.18 | 0.66 | 0.56 | - |
| YUV | 17.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 16 | 0 | 0.91 | 0.64 | 0.83 | 342 | 0.83 | 0.09 |
| Hex | 2C | 4 | 10 | 0 | 5B | 40 | 53 | 156 | 53 | 9 |
| Octal | 54 | 4 | 20 | 0 | 133 | 100 | 123 | 526 | 123 | 11 |
| Binary | 101100 | 100 | 10000 | 0 | 1011011 | 1000000 | 1010011 | 101010110 | 1010011 | 1001 |
Color Harmonies of #2C0410
Complementary color
Monochromatic Colors of #2C0410
Black with #2C0410
Text Example
Text Example
White with #2C0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0410; }
p { color: rgb(44,4,16); }
H1.HeaderClassName
{
color: #2C0410;
}
.AnyTagClassName
{
color: #2C0410;
}
</style>
background-color css
<style>
a { background-color: #2C0410; }
a { background-color: rgb(44,4,16); }
div.DivClassName
{
background-color: #2C0410;
}
.BgClassName
{
background-color: #2C0410;
}
</style>
border-color css
<style>
span { border-color: #2C0410; }
span { border-color: rgb(44,4,16); }
td.TdClassName
{
border-color: #2C0410;
}
.TagClassName
{
border-color: #2C0410;
}
</style>