Shades of Rustic Red #3E0010
Tints of Rustic Red #3E0010
RGB
CMYK
RGB Variations
Color information
#3E0010 (or 0x3E0010) is known color: Rustic Red. HEX triplet: 3E, 00 and 10. RGB value is (62,0,16). Sum of RGB (Red+Green+Blue) = 62+0+16=78 (10% of max value = 765). Red value is 62 (24.61% from 255 or 79.49% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0010 is #C1FFEF. Grayscale: #141414. Windows color (decimal): -12713968 or 1048638. OLE color: 1048638.
HSL color Cylindrical-coordinate representation of color #3E0010: hue angle of 344.52º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0010 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.74 | 0.76 |
| HSL | 344.52º | 1% | 0.12% | - |
| HSV(B) | 344.52º | 1% | 0.24% | - |
| XYZ | 2.08 | 1.06 | 0.59 | - |
| YUV | 20.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 16 | 0 | 1 | 0.74 | 0.76 | 344.52 | 1 | 0.12 |
| Hex | 3E | 0 | 10 | 0 | 64 | 4A | 4C | 159 | 64 | C |
| Octal | 76 | 0 | 20 | 0 | 144 | 112 | 114 | 531 | 144 | 14 |
| Binary | 111110 | 0 | 10000 | 0 | 1100100 | 1001010 | 1001100 | 101011001 | 1100100 | 1100 |
Color Harmonies of #3E0010
Complementary color
Monochromatic Colors of #3E0010
Black with #3E0010
Text Example
Text Example
White with #3E0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0010; }
p { color: rgb(62,0,16); }
H1.HeaderClassName
{
color: #3E0010;
}
.AnyTagClassName
{
color: #3E0010;
}
</style>
background-color css
<style>
a { background-color: #3E0010; }
a { background-color: rgb(62,0,16); }
div.DivClassName
{
background-color: #3E0010;
}
.BgClassName
{
background-color: #3E0010;
}
</style>
border-color css
<style>
span { border-color: #3E0010; }
span { border-color: rgb(62,0,16); }
td.TdClassName
{
border-color: #3E0010;
}
.TagClassName
{
border-color: #3E0010;
}
</style>