Shades of Rustic Red #3E000F
Tints of Rustic Red #3E000F
RGB
CMYK
RGB Variations
Color information
#3E000F (or 0x3E000F) is known color: Rustic Red. HEX triplet: 3E, 00 and 0F. RGB value is (62,0,15). Sum of RGB (Red+Green+Blue) = 62+0+15=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E000F is #C1FFF0. Grayscale: #141414. Windows color (decimal): -12713969 or 983102. OLE color: 983102.
HSL color Cylindrical-coordinate representation of color #3E000F: hue angle of 345.48º 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 #3E000F is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.76 | 0.76 |
| HSL | 345.48º | 1% | 0.12% | - |
| HSV(B) | 345.48º | 1% | 0.24% | - |
| XYZ | 2.07 | 1.06 | 0.55 | - |
| YUV | 20.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 15 | 0 | 1 | 0.76 | 0.76 | 345.48 | 1 | 0.12 |
| Hex | 3E | 0 | F | 0 | 64 | 4C | 4C | 159 | 64 | C |
| Octal | 76 | 0 | 17 | 0 | 144 | 114 | 114 | 531 | 144 | 14 |
| Binary | 111110 | 0 | 1111 | 0 | 1100100 | 1001100 | 1001100 | 101011001 | 1100100 | 1100 |
Color Harmonies of #3E000F
Complementary color
Monochromatic Colors of #3E000F
Black with #3E000F
Text Example
Text Example
White with #3E000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E000F; }
p { color: rgb(62,0,15); }
H1.HeaderClassName
{
color: #3E000F;
}
.AnyTagClassName
{
color: #3E000F;
}
</style>
background-color css
<style>
a { background-color: #3E000F; }
a { background-color: rgb(62,0,15); }
div.DivClassName
{
background-color: #3E000F;
}
.BgClassName
{
background-color: #3E000F;
}
</style>
border-color css
<style>
span { border-color: #3E000F; }
span { border-color: rgb(62,0,15); }
td.TdClassName
{
border-color: #3E000F;
}
.TagClassName
{
border-color: #3E000F;
}
</style>