Shades of Rustic Red #2C1319
Tints of Rustic Red #2C1319
RGB
CMYK
RGB Variations
Color information
#2C1319 (or 0x2C1319) is known color: Rustic Red. HEX triplet: 2C, 13 and 19. RGB value is (44,19,25). Sum of RGB (Red+Green+Blue) = 44+19+25=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1319 is #D3ECE6. Grayscale: #1B1B1B. Windows color (decimal): -13888743 or 1643308. OLE color: 1643308.
HSL color Cylindrical-coordinate representation of color #2C1319: hue angle of 345.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1319 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 19 | 25 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.83 |
| HSL | 345.6º | 0.4% | 0.12% | - |
| HSV(B) | 345.6º | 0.57% | 0.17% | - |
| XYZ | 1.45 | 1.07 | 1.05 | - |
| YUV | 27.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 25 | 0 | 0.57 | 0.43 | 0.83 | 345.6 | 0.4 | 0.12 |
| Hex | 2C | 13 | 19 | 0 | 39 | 2B | 53 | 15A | 28 | C |
| Octal | 54 | 23 | 31 | 0 | 71 | 53 | 123 | 532 | 50 | 14 |
| Binary | 101100 | 10011 | 11001 | 0 | 111001 | 101011 | 1010011 | 101011010 | 101000 | 1100 |
Color Harmonies of #2C1319
Complementary color
Monochromatic Colors of #2C1319
Black with #2C1319
Text Example
Text Example
White with #2C1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1319; }
p { color: rgb(44,19,25); }
H1.HeaderClassName
{
color: #2C1319;
}
.AnyTagClassName
{
color: #2C1319;
}
</style>
background-color css
<style>
a { background-color: #2C1319; }
a { background-color: rgb(44,19,25); }
div.DivClassName
{
background-color: #2C1319;
}
.BgClassName
{
background-color: #2C1319;
}
</style>
border-color css
<style>
span { border-color: #2C1319; }
span { border-color: rgb(44,19,25); }
td.TdClassName
{
border-color: #2C1319;
}
.TagClassName
{
border-color: #2C1319;
}
</style>