Shades of Rustic Red #3F000C
Tints of Rustic Red #3F000C
RGB
CMYK
RGB Variations
Color information
#3F000C (or 0x3F000C) is known color: Rustic Red. HEX triplet: 3F, 00 and 0C. RGB value is (63,0,12). Sum of RGB (Red+Green+Blue) = 63+0+12=75 (9% of max value = 765). Red value is 63 (25% from 255 or 84% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 63 - color contains mainly: red. Hex color #3F000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F000C is #C0FFF3. Grayscale: #141414. Windows color (decimal): -12648436 or 786495. OLE color: 786495.
HSL color Cylindrical-coordinate representation of color #3F000C: hue angle of 348.57º 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 #3F000C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.81 | 0.75 |
| HSL | 348.57º | 1% | 0.12% | - |
| HSV(B) | 348.57º | 1% | 0.25% | - |
| XYZ | 2.12 | 1.08 | 0.45 | - |
| YUV | 20.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 12 | 0 | 1 | 0.81 | 0.75 | 348.57 | 1 | 0.12 |
| Hex | 3F | 0 | C | 0 | 64 | 51 | 4B | 15D | 64 | C |
| Octal | 77 | 0 | 14 | 0 | 144 | 121 | 113 | 535 | 144 | 14 |
| Binary | 111111 | 0 | 1100 | 0 | 1100100 | 1010001 | 1001011 | 101011101 | 1100100 | 1100 |
Color Harmonies of #3F000C
Complementary color
Monochromatic Colors of #3F000C
Black with #3F000C
Text Example
Text Example
White with #3F000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F000C; }
p { color: rgb(63,0,12); }
H1.HeaderClassName
{
color: #3F000C;
}
.AnyTagClassName
{
color: #3F000C;
}
</style>
background-color css
<style>
a { background-color: #3F000C; }
a { background-color: rgb(63,0,12); }
div.DivClassName
{
background-color: #3F000C;
}
.BgClassName
{
background-color: #3F000C;
}
</style>
border-color css
<style>
span { border-color: #3F000C; }
span { border-color: rgb(63,0,12); }
td.TdClassName
{
border-color: #3F000C;
}
.TagClassName
{
border-color: #3F000C;
}
</style>