Shades of Rustic Red #3E1517
Tints of Rustic Red #3E1517
RGB
CMYK
RGB Variations
Color information
#3E1517 (or 0x3E1517) is known color: Rustic Red. HEX triplet: 3E, 15 and 17. RGB value is (62,21,23). Sum of RGB (Red+Green+Blue) = 62+21+23=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1517 is #C1EAE8. Grayscale: #212121. Windows color (decimal): -12708585 or 1512766. OLE color: 1512766.
HSL color Cylindrical-coordinate representation of color #3E1517: hue angle of 357.07º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1517 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 23 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.76 |
| HSL | 357.07º | 0.49% | 0.16% | - |
| HSV(B) | 357.07º | 0.66% | 0.24% | - |
| XYZ | 2.41 | 1.62 | 1 | - |
| YUV | 33.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 23 | 0 | 0.66 | 0.63 | 0.76 | 357.07 | 0.49 | 0.16 |
| Hex | 3E | 15 | 17 | 0 | 42 | 3F | 4C | 165 | 31 | 10 |
| Octal | 76 | 25 | 27 | 0 | 102 | 77 | 114 | 545 | 61 | 20 |
| Binary | 111110 | 10101 | 10111 | 0 | 1000010 | 111111 | 1001100 | 101100101 | 110001 | 10000 |
Color Harmonies of #3E1517
Complementary color
Monochromatic Colors of #3E1517
Black with #3E1517
Text Example
Text Example
White with #3E1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1517; }
p { color: rgb(62,21,23); }
H1.HeaderClassName
{
color: #3E1517;
}
.AnyTagClassName
{
color: #3E1517;
}
</style>
background-color css
<style>
a { background-color: #3E1517; }
a { background-color: rgb(62,21,23); }
div.DivClassName
{
background-color: #3E1517;
}
.BgClassName
{
background-color: #3E1517;
}
</style>
border-color css
<style>
span { border-color: #3E1517; }
span { border-color: rgb(62,21,23); }
td.TdClassName
{
border-color: #3E1517;
}
.TagClassName
{
border-color: #3E1517;
}
</style>