Shades of Rustic Red #3E0002
Tints of Rustic Red #3E0002
RGB
CMYK
RGB Variations
Color information
#3E0002 (or 0x3E0002) is known color: Rustic Red. HEX triplet: 3E, 00 and 02. RGB value is (62,0,2). Sum of RGB (Red+Green+Blue) = 62+0+2=64 (8% of max value = 765). Red value is 62 (24.61% from 255 or 96.88% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0002 is #C1FFFD. Grayscale: #121212. Windows color (decimal): -12713982 or 131134. OLE color: 131134.
HSL color Cylindrical-coordinate representation of color #3E0002: hue angle of 358.06º 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 #3E0002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.97 | 0.76 |
| HSL | 358.06º | 1% | 0.12% | - |
| HSV(B) | 358.06º | 1% | 0.24% | - |
| XYZ | 2 | 1.03 | 0.15 | - |
| YUV | 18.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 2 | 0 | 1 | 0.97 | 0.76 | 358.06 | 1 | 0.12 |
| Hex | 3E | 0 | 2 | 0 | 64 | 61 | 4C | 166 | 64 | C |
| Octal | 76 | 0 | 2 | 0 | 144 | 141 | 114 | 546 | 144 | 14 |
| Binary | 111110 | 0 | 10 | 0 | 1100100 | 1100001 | 1001100 | 101100110 | 1100100 | 1100 |
Color Harmonies of #3E0002
Complementary color
Monochromatic Colors of #3E0002
Black with #3E0002
Text Example
Text Example
White with #3E0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0002; }
p { color: rgb(62,0,2); }
H1.HeaderClassName
{
color: #3E0002;
}
.AnyTagClassName
{
color: #3E0002;
}
</style>
background-color css
<style>
a { background-color: #3E0002; }
a { background-color: rgb(62,0,2); }
div.DivClassName
{
background-color: #3E0002;
}
.BgClassName
{
background-color: #3E0002;
}
</style>
border-color css
<style>
span { border-color: #3E0002; }
span { border-color: rgb(62,0,2); }
td.TdClassName
{
border-color: #3E0002;
}
.TagClassName
{
border-color: #3E0002;
}
</style>