Shades of Rustic Red #2C171C
Tints of Rustic Red #2C171C
RGB
CMYK
RGB Variations
Color information
#2C171C (or 0x2C171C) is known color: Rustic Red. HEX triplet: 2C, 17 and 1C. RGB value is (44,23,28). Sum of RGB (Red+Green+Blue) = 44+23+28=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C171C is #D3E8E3. Grayscale: #1D1D1D. Windows color (decimal): -13887716 or 1840940. OLE color: 1840940.
HSL color Cylindrical-coordinate representation of color #2C171C: hue angle of 345.71º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C171C is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 23 | 28 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.83 |
| HSL | 345.71º | 0.31% | 0.13% | - |
| HSV(B) | 345.71º | 0.48% | 0.17% | - |
| XYZ | 1.55 | 1.23 | 1.25 | - |
| YUV | 29.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 28 | 0 | 0.48 | 0.36 | 0.83 | 345.71 | 0.31 | 0.13 |
| Hex | 2C | 17 | 1C | 0 | 30 | 24 | 53 | 15A | 1F | D |
| Octal | 54 | 27 | 34 | 0 | 60 | 44 | 123 | 532 | 37 | 15 |
| Binary | 101100 | 10111 | 11100 | 0 | 110000 | 100100 | 1010011 | 101011010 | 11111 | 1101 |
Color Harmonies of #2C171C
Complementary color
Monochromatic Colors of #2C171C
Black with #2C171C
Text Example
Text Example
White with #2C171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C171C; }
p { color: rgb(44,23,28); }
H1.HeaderClassName
{
color: #2C171C;
}
.AnyTagClassName
{
color: #2C171C;
}
</style>
background-color css
<style>
a { background-color: #2C171C; }
a { background-color: rgb(44,23,28); }
div.DivClassName
{
background-color: #2C171C;
}
.BgClassName
{
background-color: #2C171C;
}
</style>
border-color css
<style>
span { border-color: #2C171C; }
span { border-color: rgb(44,23,28); }
td.TdClassName
{
border-color: #2C171C;
}
.TagClassName
{
border-color: #2C171C;
}
</style>