Shades of Rustic Red #2E171C
Tints of Rustic Red #2E171C
RGB
CMYK
RGB Variations
Color information
#2E171C (or 0x2E171C) is known color: Rustic Red. HEX triplet: 2E, 17 and 1C. RGB value is (46,23,28). Sum of RGB (Red+Green+Blue) = 46+23+28=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E171C is #D1E8E3. Grayscale: #1E1E1E. Windows color (decimal): -13756644 or 1840942. OLE color: 1840942.
HSL color Cylindrical-coordinate representation of color #2E171C: hue angle of 346.96º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E171C is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 28 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.82 |
| HSL | 346.96º | 0.33% | 0.14% | - |
| HSV(B) | 346.96º | 0.5% | 0.18% | - |
| XYZ | 1.64 | 1.28 | 1.26 | - |
| YUV | 30.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 28 | 0 | 0.50 | 0.39 | 0.82 | 346.96 | 0.33 | 0.14 |
| Hex | 2E | 17 | 1C | 0 | 32 | 27 | 52 | 15B | 21 | E |
| Octal | 56 | 27 | 34 | 0 | 62 | 47 | 122 | 533 | 41 | 16 |
| Binary | 101110 | 10111 | 11100 | 0 | 110010 | 100111 | 1010010 | 101011011 | 100001 | 1110 |
Color Harmonies of #2E171C
Complementary color
Monochromatic Colors of #2E171C
Black with #2E171C
Text Example
Text Example
White with #2E171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E171C; }
p { color: rgb(46,23,28); }
H1.HeaderClassName
{
color: #2E171C;
}
.AnyTagClassName
{
color: #2E171C;
}
</style>
background-color css
<style>
a { background-color: #2E171C; }
a { background-color: rgb(46,23,28); }
div.DivClassName
{
background-color: #2E171C;
}
.BgClassName
{
background-color: #2E171C;
}
</style>
border-color css
<style>
span { border-color: #2E171C; }
span { border-color: rgb(46,23,28); }
td.TdClassName
{
border-color: #2E171C;
}
.TagClassName
{
border-color: #2E171C;
}
</style>