Shades of Rustic Red #3E060D
Tints of Rustic Red #3E060D
RGB
CMYK
RGB Variations
Color information
#3E060D (or 0x3E060D) is known color: Rustic Red. HEX triplet: 3E, 06 and 0D. RGB value is (62,6,13). Sum of RGB (Red+Green+Blue) = 62+6+13=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E060D is #C1F9F2. Grayscale: #171717. Windows color (decimal): -12712435 or 853566. OLE color: 853566.
HSL color Cylindrical-coordinate representation of color #3E060D: hue angle of 352.5º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E060D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 13 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.76 |
| HSL | 352.5º | 0.82% | 0.13% | - |
| HSV(B) | 352.5º | 0.9% | 0.24% | - |
| XYZ | 2.12 | 1.18 | 0.5 | - |
| YUV | 23.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 13 | 0 | 0.90 | 0.79 | 0.76 | 352.5 | 0.82 | 0.13 |
| Hex | 3E | 6 | D | 0 | 5A | 4F | 4C | 160 | 52 | D |
| Octal | 76 | 6 | 15 | 0 | 132 | 117 | 114 | 540 | 122 | 15 |
| Binary | 111110 | 110 | 1101 | 0 | 1011010 | 1001111 | 1001100 | 101100000 | 1010010 | 1101 |
Color Harmonies of #3E060D
Complementary color
Monochromatic Colors of #3E060D
Black with #3E060D
Text Example
Text Example
White with #3E060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E060D; }
p { color: rgb(62,6,13); }
H1.HeaderClassName
{
color: #3E060D;
}
.AnyTagClassName
{
color: #3E060D;
}
</style>
background-color css
<style>
a { background-color: #3E060D; }
a { background-color: rgb(62,6,13); }
div.DivClassName
{
background-color: #3E060D;
}
.BgClassName
{
background-color: #3E060D;
}
</style>
border-color css
<style>
span { border-color: #3E060D; }
span { border-color: rgb(62,6,13); }
td.TdClassName
{
border-color: #3E060D;
}
.TagClassName
{
border-color: #3E060D;
}
</style>