Shades of Rustic Red #3E1017
Tints of Rustic Red #3E1017
RGB
CMYK
RGB Variations
Color information
#3E1017 (or 0x3E1017) is known color: Rustic Red. HEX triplet: 3E, 10 and 17. RGB value is (62,16,23). Sum of RGB (Red+Green+Blue) = 62+16+23=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1017 is #C1EFE8. Grayscale: #1E1E1E. Windows color (decimal): -12709865 or 1511486. OLE color: 1511486.
HSL color Cylindrical-coordinate representation of color #3E1017: hue angle of 350.87º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1017 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 23 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.76 |
| HSL | 350.87º | 0.59% | 0.15% | - |
| HSV(B) | 350.87º | 0.74% | 0.24% | - |
| XYZ | 2.33 | 1.46 | 0.97 | - |
| YUV | 30.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 23 | 0 | 0.74 | 0.63 | 0.76 | 350.87 | 0.59 | 0.15 |
| Hex | 3E | 10 | 17 | 0 | 4A | 3F | 4C | 15F | 3B | F |
| Octal | 76 | 20 | 27 | 0 | 112 | 77 | 114 | 537 | 73 | 17 |
| Binary | 111110 | 10000 | 10111 | 0 | 1001010 | 111111 | 1001100 | 101011111 | 111011 | 1111 |
Color Harmonies of #3E1017
Complementary color
Monochromatic Colors of #3E1017
Black with #3E1017
Text Example
Text Example
White with #3E1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1017; }
p { color: rgb(62,16,23); }
H1.HeaderClassName
{
color: #3E1017;
}
.AnyTagClassName
{
color: #3E1017;
}
</style>
background-color css
<style>
a { background-color: #3E1017; }
a { background-color: rgb(62,16,23); }
div.DivClassName
{
background-color: #3E1017;
}
.BgClassName
{
background-color: #3E1017;
}
</style>
border-color css
<style>
span { border-color: #3E1017; }
span { border-color: rgb(62,16,23); }
td.TdClassName
{
border-color: #3E1017;
}
.TagClassName
{
border-color: #3E1017;
}
</style>