Shades of Rustic Red #3E111C
Tints of Rustic Red #3E111C
RGB
CMYK
RGB Variations
Color information
#3E111C (or 0x3E111C) is known color: Rustic Red. HEX triplet: 3E, 11 and 1C. RGB value is (62,17,28). Sum of RGB (Red+Green+Blue) = 62+17+28=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E111C is #C1EEE3. Grayscale: #1F1F1F. Windows color (decimal): -12709604 or 1839422. OLE color: 1839422.
HSL color Cylindrical-coordinate representation of color #3E111C: hue angle of 345.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E111C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 28 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.76 |
| HSL | 345.33º | 0.57% | 0.15% | - |
| HSV(B) | 345.33º | 0.73% | 0.24% | - |
| XYZ | 2.4 | 1.51 | 1.26 | - |
| YUV | 31.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 28 | 0 | 0.73 | 0.55 | 0.76 | 345.33 | 0.57 | 0.15 |
| Hex | 3E | 11 | 1C | 0 | 49 | 37 | 4C | 159 | 39 | F |
| Octal | 76 | 21 | 34 | 0 | 111 | 67 | 114 | 531 | 71 | 17 |
| Binary | 111110 | 10001 | 11100 | 0 | 1001001 | 110111 | 1001100 | 101011001 | 111001 | 1111 |
Color Harmonies of #3E111C
Complementary color
Monochromatic Colors of #3E111C
Black with #3E111C
Text Example
Text Example
White with #3E111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E111C; }
p { color: rgb(62,17,28); }
H1.HeaderClassName
{
color: #3E111C;
}
.AnyTagClassName
{
color: #3E111C;
}
</style>
background-color css
<style>
a { background-color: #3E111C; }
a { background-color: rgb(62,17,28); }
div.DivClassName
{
background-color: #3E111C;
}
.BgClassName
{
background-color: #3E111C;
}
</style>
border-color css
<style>
span { border-color: #3E111C; }
span { border-color: rgb(62,17,28); }
td.TdClassName
{
border-color: #3E111C;
}
.TagClassName
{
border-color: #3E111C;
}
</style>