Shades of Rustic Red #3E0111
Tints of Rustic Red #3E0111
RGB
CMYK
RGB Variations
Color information
#3E0111 (or 0x3E0111) is known color: Rustic Red. HEX triplet: 3E, 01 and 11. RGB value is (62,1,17). Sum of RGB (Red+Green+Blue) = 62+1+17=80 (10% of max value = 765). Red value is 62 (24.61% from 255 or 77.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0111 is #C1FEEE. Grayscale: #151515. Windows color (decimal): -12713711 or 1114430. OLE color: 1114430.
HSL color Cylindrical-coordinate representation of color #3E0111: hue angle of 344.26º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0111 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.76 |
| HSL | 344.26º | 0.97% | 0.12% | - |
| HSV(B) | 344.26º | 0.98% | 0.24% | - |
| XYZ | 2.1 | 1.09 | 0.63 | - |
| YUV | 21.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 17 | 0 | 0.98 | 0.73 | 0.76 | 344.26 | 0.97 | 0.12 |
| Hex | 3E | 1 | 11 | 0 | 62 | 49 | 4C | 158 | 61 | C |
| Octal | 76 | 1 | 21 | 0 | 142 | 111 | 114 | 530 | 141 | 14 |
| Binary | 111110 | 1 | 10001 | 0 | 1100010 | 1001001 | 1001100 | 101011000 | 1100001 | 1100 |
Color Harmonies of #3E0111
Complementary color
Monochromatic Colors of #3E0111
Black with #3E0111
Text Example
Text Example
White with #3E0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0111; }
p { color: rgb(62,1,17); }
H1.HeaderClassName
{
color: #3E0111;
}
.AnyTagClassName
{
color: #3E0111;
}
</style>
background-color css
<style>
a { background-color: #3E0111; }
a { background-color: rgb(62,1,17); }
div.DivClassName
{
background-color: #3E0111;
}
.BgClassName
{
background-color: #3E0111;
}
</style>
border-color css
<style>
span { border-color: #3E0111; }
span { border-color: rgb(62,1,17); }
td.TdClassName
{
border-color: #3E0111;
}
.TagClassName
{
border-color: #3E0111;
}
</style>