Shades of Rustic Red #3E0205
Tints of Rustic Red #3E0205
RGB
CMYK
RGB Variations
Color information
#3E0205 (or 0x3E0205) is known color: Rustic Red. HEX triplet: 3E, 02 and 05. RGB value is (62,2,5). Sum of RGB (Red+Green+Blue) = 62+2+5=69 (9% of max value = 765). Red value is 62 (24.61% from 255 or 89.86% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0205 is #C1FDFA. Grayscale: #141414. Windows color (decimal): -12713467 or 328254. OLE color: 328254.
HSL color Cylindrical-coordinate representation of color #3E0205: hue angle of 357º 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 #3E0205 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.76 |
| HSL | 357º | 0.94% | 0.13% | - |
| HSV(B) | 357º | 0.97% | 0.24% | - |
| XYZ | 2.04 | 1.08 | 0.24 | - |
| YUV | 20.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 5 | 0 | 0.97 | 0.92 | 0.76 | 357 | 0.94 | 0.13 |
| Hex | 3E | 2 | 5 | 0 | 61 | 5C | 4C | 165 | 5E | D |
| Octal | 76 | 2 | 5 | 0 | 141 | 134 | 114 | 545 | 136 | 15 |
| Binary | 111110 | 10 | 101 | 0 | 1100001 | 1011100 | 1001100 | 101100101 | 1011110 | 1101 |
Color Harmonies of #3E0205
Complementary color
Monochromatic Colors of #3E0205
Black with #3E0205
Text Example
Text Example
White with #3E0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0205; }
p { color: rgb(62,2,5); }
H1.HeaderClassName
{
color: #3E0205;
}
.AnyTagClassName
{
color: #3E0205;
}
</style>
background-color css
<style>
a { background-color: #3E0205; }
a { background-color: rgb(62,2,5); }
div.DivClassName
{
background-color: #3E0205;
}
.BgClassName
{
background-color: #3E0205;
}
</style>
border-color css
<style>
span { border-color: #3E0205; }
span { border-color: rgb(62,2,5); }
td.TdClassName
{
border-color: #3E0205;
}
.TagClassName
{
border-color: #3E0205;
}
</style>