Shades of Rustic Red #2C0A13
Tints of Rustic Red #2C0A13
RGB
CMYK
RGB Variations
Color information
#2C0A13 (or 0x2C0A13) is known color: Rustic Red. HEX triplet: 2C, 0A and 13. RGB value is (44,10,19). Sum of RGB (Red+Green+Blue) = 44+10+19=73 (9% of max value = 765). Red value is 44 (17.58% from 255 or 60.27% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0A13 is #D3F5EC. Grayscale: #151515. Windows color (decimal): -13891053 or 1247788. OLE color: 1247788.
HSL color Cylindrical-coordinate representation of color #2C0A13: hue angle of 344.12º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C0A13 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 10 | 19 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.83 |
| HSL | 344.12º | 0.63% | 0.11% | - |
| HSV(B) | 344.12º | 0.77% | 0.17% | - |
| XYZ | 1.26 | 0.8 | 0.7 | - |
| YUV | 21.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 19 | 0 | 0.77 | 0.57 | 0.83 | 344.12 | 0.63 | 0.11 |
| Hex | 2C | A | 13 | 0 | 4D | 39 | 53 | 158 | 3F | B |
| Octal | 54 | 12 | 23 | 0 | 115 | 71 | 123 | 530 | 77 | 13 |
| Binary | 101100 | 1010 | 10011 | 0 | 1001101 | 111001 | 1010011 | 101011000 | 111111 | 1011 |
Color Harmonies of #2C0A13
Complementary color
Monochromatic Colors of #2C0A13
Black with #2C0A13
Text Example
Text Example
White with #2C0A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0A13; }
p { color: rgb(44,10,19); }
H1.HeaderClassName
{
color: #2C0A13;
}
.AnyTagClassName
{
color: #2C0A13;
}
</style>
background-color css
<style>
a { background-color: #2C0A13; }
a { background-color: rgb(44,10,19); }
div.DivClassName
{
background-color: #2C0A13;
}
.BgClassName
{
background-color: #2C0A13;
}
</style>
border-color css
<style>
span { border-color: #2C0A13; }
span { border-color: rgb(44,10,19); }
td.TdClassName
{
border-color: #2C0A13;
}
.TagClassName
{
border-color: #2C0A13;
}
</style>