Shades of Rustic Red #3E171E
Tints of Rustic Red #3E171E
RGB
CMYK
RGB Variations
Color information
#3E171E (or 0x3E171E) is known color: Rustic Red. HEX triplet: 3E, 17 and 1E. RGB value is (62,23,30). Sum of RGB (Red+Green+Blue) = 62+23+30=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E171E is #C1E8E1. Grayscale: #232323. Windows color (decimal): -12708066 or 1972030. OLE color: 1972030.
HSL color Cylindrical-coordinate representation of color #3E171E: hue angle of 349.23º 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 #3E171E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 30 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.76 |
| HSL | 349.23º | 0.46% | 0.17% | - |
| HSV(B) | 349.23º | 0.63% | 0.24% | - |
| XYZ | 2.53 | 1.73 | 1.43 | - |
| YUV | 35.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 30 | 0 | 0.63 | 0.52 | 0.76 | 349.23 | 0.46 | 0.17 |
| Hex | 3E | 17 | 1E | 0 | 3F | 34 | 4C | 15D | 2E | 11 |
| Octal | 76 | 27 | 36 | 0 | 77 | 64 | 114 | 535 | 56 | 21 |
| Binary | 111110 | 10111 | 11110 | 0 | 111111 | 110100 | 1001100 | 101011101 | 101110 | 10001 |
Color Harmonies of #3E171E
Complementary color
Monochromatic Colors of #3E171E
Black with #3E171E
Text Example
Text Example
White with #3E171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E171E; }
p { color: rgb(62,23,30); }
H1.HeaderClassName
{
color: #3E171E;
}
.AnyTagClassName
{
color: #3E171E;
}
</style>
background-color css
<style>
a { background-color: #3E171E; }
a { background-color: rgb(62,23,30); }
div.DivClassName
{
background-color: #3E171E;
}
.BgClassName
{
background-color: #3E171E;
}
</style>
border-color css
<style>
span { border-color: #3E171E; }
span { border-color: rgb(62,23,30); }
td.TdClassName
{
border-color: #3E171E;
}
.TagClassName
{
border-color: #3E171E;
}
</style>