Shades of Rustic Red #3E101B
Tints of Rustic Red #3E101B
RGB
CMYK
RGB Variations
Color information
#3E101B (or 0x3E101B) is known color: Rustic Red. HEX triplet: 3E, 10 and 1B. RGB value is (62,16,27). Sum of RGB (Red+Green+Blue) = 62+16+27=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E101B is #C1EFE4. Grayscale: #1F1F1F. Windows color (decimal): -12709861 or 1773630. OLE color: 1773630.
HSL color Cylindrical-coordinate representation of color #3E101B: hue angle of 345.65º 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 #3E101B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 27 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.76 |
| HSL | 345.65º | 0.59% | 0.15% | - |
| HSV(B) | 345.65º | 0.74% | 0.24% | - |
| XYZ | 2.37 | 1.47 | 1.2 | - |
| YUV | 31.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 27 | 0 | 0.74 | 0.56 | 0.76 | 345.65 | 0.59 | 0.15 |
| Hex | 3E | 10 | 1B | 0 | 4A | 38 | 4C | 15A | 3B | F |
| Octal | 76 | 20 | 33 | 0 | 112 | 70 | 114 | 532 | 73 | 17 |
| Binary | 111110 | 10000 | 11011 | 0 | 1001010 | 111000 | 1001100 | 101011010 | 111011 | 1111 |
Color Harmonies of #3E101B
Complementary color
Monochromatic Colors of #3E101B
Black with #3E101B
Text Example
Text Example
White with #3E101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E101B; }
p { color: rgb(62,16,27); }
H1.HeaderClassName
{
color: #3E101B;
}
.AnyTagClassName
{
color: #3E101B;
}
</style>
background-color css
<style>
a { background-color: #3E101B; }
a { background-color: rgb(62,16,27); }
div.DivClassName
{
background-color: #3E101B;
}
.BgClassName
{
background-color: #3E101B;
}
</style>
border-color css
<style>
span { border-color: #3E101B; }
span { border-color: rgb(62,16,27); }
td.TdClassName
{
border-color: #3E101B;
}
.TagClassName
{
border-color: #3E101B;
}
</style>