Shades of Rustic Red #3E171C
Tints of Rustic Red #3E171C
RGB
CMYK
RGB Variations
Color information
#3E171C (or 0x3E171C) is known color: Rustic Red. HEX triplet: 3E, 17 and 1C. RGB value is (62,23,28). Sum of RGB (Red+Green+Blue) = 62+23+28=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E171C is #C1E8E3. Grayscale: #232323. Windows color (decimal): -12708068 or 1840958. OLE color: 1840958.
HSL color Cylindrical-coordinate representation of color #3E171C: hue angle of 352.31º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E171C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 28 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.76 |
| HSL | 352.31º | 0.46% | 0.17% | - |
| HSV(B) | 352.31º | 0.63% | 0.24% | - |
| XYZ | 2.5 | 1.72 | 1.3 | - |
| YUV | 35.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 28 | 0 | 0.63 | 0.55 | 0.76 | 352.31 | 0.46 | 0.17 |
| Hex | 3E | 17 | 1C | 0 | 3F | 37 | 4C | 160 | 2E | 11 |
| Octal | 76 | 27 | 34 | 0 | 77 | 67 | 114 | 540 | 56 | 21 |
| Binary | 111110 | 10111 | 11100 | 0 | 111111 | 110111 | 1001100 | 101100000 | 101110 | 10001 |
Color Harmonies of #3E171C
Complementary color
Monochromatic Colors of #3E171C
Black with #3E171C
Text Example
Text Example
White with #3E171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E171C; }
p { color: rgb(62,23,28); }
H1.HeaderClassName
{
color: #3E171C;
}
.AnyTagClassName
{
color: #3E171C;
}
</style>
background-color css
<style>
a { background-color: #3E171C; }
a { background-color: rgb(62,23,28); }
div.DivClassName
{
background-color: #3E171C;
}
.BgClassName
{
background-color: #3E171C;
}
</style>
border-color css
<style>
span { border-color: #3E171C; }
span { border-color: rgb(62,23,28); }
td.TdClassName
{
border-color: #3E171C;
}
.TagClassName
{
border-color: #3E171C;
}
</style>