Shades of Rustic Red #3E161C
Tints of Rustic Red #3E161C
RGB
CMYK
RGB Variations
Color information
#3E161C (or 0x3E161C) is known color: Rustic Red. HEX triplet: 3E, 16 and 1C. RGB value is (62,22,28). Sum of RGB (Red+Green+Blue) = 62+22+28=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E161C is #C1E9E3. Grayscale: #222222. Windows color (decimal): -12708324 or 1840702. OLE color: 1840702.
HSL color Cylindrical-coordinate representation of color #3E161C: hue angle of 351º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E161C is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 28 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.76 |
| HSL | 351º | 0.48% | 0.16% | - |
| HSV(B) | 351º | 0.65% | 0.24% | - |
| XYZ | 2.48 | 1.68 | 1.29 | - |
| YUV | 34.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 28 | 0 | 0.65 | 0.55 | 0.76 | 351 | 0.48 | 0.16 |
| Hex | 3E | 16 | 1C | 0 | 41 | 37 | 4C | 15F | 30 | 10 |
| Octal | 76 | 26 | 34 | 0 | 101 | 67 | 114 | 537 | 60 | 20 |
| Binary | 111110 | 10110 | 11100 | 0 | 1000001 | 110111 | 1001100 | 101011111 | 110000 | 10000 |
Color Harmonies of #3E161C
Complementary color
Monochromatic Colors of #3E161C
Black with #3E161C
Text Example
Text Example
White with #3E161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E161C; }
p { color: rgb(62,22,28); }
H1.HeaderClassName
{
color: #3E161C;
}
.AnyTagClassName
{
color: #3E161C;
}
</style>
background-color css
<style>
a { background-color: #3E161C; }
a { background-color: rgb(62,22,28); }
div.DivClassName
{
background-color: #3E161C;
}
.BgClassName
{
background-color: #3E161C;
}
</style>
border-color css
<style>
span { border-color: #3E161C; }
span { border-color: rgb(62,22,28); }
td.TdClassName
{
border-color: #3E161C;
}
.TagClassName
{
border-color: #3E161C;
}
</style>