Shades of Rustic Red #3E161A
Tints of Rustic Red #3E161A
RGB
CMYK
RGB Variations
Color information
#3E161A (or 0x3E161A) is known color: Rustic Red. HEX triplet: 3E, 16 and 1A. RGB value is (62,22,26). Sum of RGB (Red+Green+Blue) = 62+22+26=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E161A is #C1E9E5. Grayscale: #222222. Windows color (decimal): -12708326 or 1709630. OLE color: 1709630.
HSL color Cylindrical-coordinate representation of color #3E161A: hue angle of 354º 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 #3E161A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 26 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.76 |
| HSL | 354º | 0.48% | 0.16% | - |
| HSV(B) | 354º | 0.65% | 0.24% | - |
| XYZ | 2.46 | 1.67 | 1.17 | - |
| YUV | 34.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 26 | 0 | 0.65 | 0.58 | 0.76 | 354 | 0.48 | 0.16 |
| Hex | 3E | 16 | 1A | 0 | 41 | 3A | 4C | 162 | 30 | 10 |
| Octal | 76 | 26 | 32 | 0 | 101 | 72 | 114 | 542 | 60 | 20 |
| Binary | 111110 | 10110 | 11010 | 0 | 1000001 | 111010 | 1001100 | 101100010 | 110000 | 10000 |
Color Harmonies of #3E161A
Complementary color
Monochromatic Colors of #3E161A
Black with #3E161A
Text Example
Text Example
White with #3E161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E161A; }
p { color: rgb(62,22,26); }
H1.HeaderClassName
{
color: #3E161A;
}
.AnyTagClassName
{
color: #3E161A;
}
</style>
background-color css
<style>
a { background-color: #3E161A; }
a { background-color: rgb(62,22,26); }
div.DivClassName
{
background-color: #3E161A;
}
.BgClassName
{
background-color: #3E161A;
}
</style>
border-color css
<style>
span { border-color: #3E161A; }
span { border-color: rgb(62,22,26); }
td.TdClassName
{
border-color: #3E161A;
}
.TagClassName
{
border-color: #3E161A;
}
</style>