Shades of Rustic Red #3F000E
Tints of Rustic Red #3F000E
RGB
CMYK
RGB Variations
Color information
#3F000E (or 0x3F000E) is known color: Rustic Red. HEX triplet: 3F, 00 and 0E. RGB value is (63,0,14). Sum of RGB (Red+Green+Blue) = 63+0+14=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F000E is #C0FFF1. Grayscale: #141414. Windows color (decimal): -12648434 or 917567. OLE color: 917567.
HSL color Cylindrical-coordinate representation of color #3F000E: hue angle of 346.67º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F000E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.78 | 0.75 |
| HSL | 346.67º | 1% | 0.12% | - |
| HSV(B) | 346.67º | 1% | 0.25% | - |
| XYZ | 2.13 | 1.09 | 0.51 | - |
| YUV | 20.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 14 | 0 | 1 | 0.78 | 0.75 | 346.67 | 1 | 0.12 |
| Hex | 3F | 0 | E | 0 | 64 | 4E | 4B | 15B | 64 | C |
| Octal | 77 | 0 | 16 | 0 | 144 | 116 | 113 | 533 | 144 | 14 |
| Binary | 111111 | 0 | 1110 | 0 | 1100100 | 1001110 | 1001011 | 101011011 | 1100100 | 1100 |
Color Harmonies of #3F000E
Complementary color
Monochromatic Colors of #3F000E
Black with #3F000E
Text Example
Text Example
White with #3F000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F000E; }
p { color: rgb(63,0,14); }
H1.HeaderClassName
{
color: #3F000E;
}
.AnyTagClassName
{
color: #3F000E;
}
</style>
background-color css
<style>
a { background-color: #3F000E; }
a { background-color: rgb(63,0,14); }
div.DivClassName
{
background-color: #3F000E;
}
.BgClassName
{
background-color: #3F000E;
}
</style>
border-color css
<style>
span { border-color: #3F000E; }
span { border-color: rgb(63,0,14); }
td.TdClassName
{
border-color: #3F000E;
}
.TagClassName
{
border-color: #3F000E;
}
</style>