Shades of Rustic Red #3E131C
Tints of Rustic Red #3E131C
RGB
CMYK
RGB Variations
Color information
#3E131C (or 0x3E131C) is known color: Rustic Red. HEX triplet: 3E, 13 and 1C. RGB value is (62,19,28). Sum of RGB (Red+Green+Blue) = 62+19+28=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E131C is #C1ECE3. Grayscale: #202020. Windows color (decimal): -12709092 or 1839934. OLE color: 1839934.
HSL color Cylindrical-coordinate representation of color #3E131C: hue angle of 347.44º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E131C is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 28 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.76 |
| HSL | 347.44º | 0.53% | 0.16% | - |
| HSV(B) | 347.44º | 0.69% | 0.24% | - |
| XYZ | 2.43 | 1.57 | 1.27 | - |
| YUV | 32.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 28 | 0 | 0.69 | 0.55 | 0.76 | 347.44 | 0.53 | 0.16 |
| Hex | 3E | 13 | 1C | 0 | 45 | 37 | 4C | 15B | 35 | 10 |
| Octal | 76 | 23 | 34 | 0 | 105 | 67 | 114 | 533 | 65 | 20 |
| Binary | 111110 | 10011 | 11100 | 0 | 1000101 | 110111 | 1001100 | 101011011 | 110101 | 10000 |
Color Harmonies of #3E131C
Complementary color
Monochromatic Colors of #3E131C
Black with #3E131C
Text Example
Text Example
White with #3E131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E131C; }
p { color: rgb(62,19,28); }
H1.HeaderClassName
{
color: #3E131C;
}
.AnyTagClassName
{
color: #3E131C;
}
</style>
background-color css
<style>
a { background-color: #3E131C; }
a { background-color: rgb(62,19,28); }
div.DivClassName
{
background-color: #3E131C;
}
.BgClassName
{
background-color: #3E131C;
}
</style>
border-color css
<style>
span { border-color: #3E131C; }
span { border-color: rgb(62,19,28); }
td.TdClassName
{
border-color: #3E131C;
}
.TagClassName
{
border-color: #3E131C;
}
</style>