Shades of Rustic Red #3E0208
Tints of Rustic Red #3E0208
RGB
CMYK
RGB Variations
Color information
#3E0208 (or 0x3E0208) is known color: Rustic Red. HEX triplet: 3E, 02 and 08. RGB value is (62,2,8). Sum of RGB (Red+Green+Blue) = 62+2+8=72 (9% of max value = 765). Red value is 62 (24.61% from 255 or 86.11% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0208 is #C1FDF7. Grayscale: #141414. Windows color (decimal): -12713464 or 524862. OLE color: 524862.
HSL color Cylindrical-coordinate representation of color #3E0208: hue angle of 354º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0208 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 8 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.76 |
| HSL | 354º | 0.94% | 0.13% | - |
| HSV(B) | 354º | 0.97% | 0.24% | - |
| XYZ | 2.05 | 1.09 | 0.33 | - |
| YUV | 20.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 8 | 0 | 0.97 | 0.87 | 0.76 | 354 | 0.94 | 0.13 |
| Hex | 3E | 2 | 8 | 0 | 61 | 57 | 4C | 162 | 5E | D |
| Octal | 76 | 2 | 10 | 0 | 141 | 127 | 114 | 542 | 136 | 15 |
| Binary | 111110 | 10 | 1000 | 0 | 1100001 | 1010111 | 1001100 | 101100010 | 1011110 | 1101 |
Color Harmonies of #3E0208
Complementary color
Monochromatic Colors of #3E0208
Black with #3E0208
Text Example
Text Example
White with #3E0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0208; }
p { color: rgb(62,2,8); }
H1.HeaderClassName
{
color: #3E0208;
}
.AnyTagClassName
{
color: #3E0208;
}
</style>
background-color css
<style>
a { background-color: #3E0208; }
a { background-color: rgb(62,2,8); }
div.DivClassName
{
background-color: #3E0208;
}
.BgClassName
{
background-color: #3E0208;
}
</style>
border-color css
<style>
span { border-color: #3E0208; }
span { border-color: rgb(62,2,8); }
td.TdClassName
{
border-color: #3E0208;
}
.TagClassName
{
border-color: #3E0208;
}
</style>