Shades of Rustic Red #3F0007
Tints of Rustic Red #3F0007
RGB
CMYK
RGB Variations
Color information
#3F0007 (or 0x3F0007) is known color: Rustic Red. HEX triplet: 3F, 00 and 07. RGB value is (63,0,7). Sum of RGB (Red+Green+Blue) = 63+0+7=70 (9% of max value = 765). Red value is 63 (25% from 255 or 90% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0007 is #C0FFF8. Grayscale: #131313. Windows color (decimal): -12648441 or 458815. OLE color: 458815.
HSL color Cylindrical-coordinate representation of color #3F0007: hue angle of 353.33º 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 #3F0007 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.89 | 0.75 |
| HSL | 353.33º | 1% | 0.12% | - |
| HSV(B) | 353.33º | 1% | 0.25% | - |
| XYZ | 2.09 | 1.07 | 0.3 | - |
| YUV | 19.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 7 | 0 | 1 | 0.89 | 0.75 | 353.33 | 1 | 0.12 |
| Hex | 3F | 0 | 7 | 0 | 64 | 59 | 4B | 161 | 64 | C |
| Octal | 77 | 0 | 7 | 0 | 144 | 131 | 113 | 541 | 144 | 14 |
| Binary | 111111 | 0 | 111 | 0 | 1100100 | 1011001 | 1001011 | 101100001 | 1100100 | 1100 |
Color Harmonies of #3F0007
Complementary color
Monochromatic Colors of #3F0007
Black with #3F0007
Text Example
Text Example
White with #3F0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0007; }
p { color: rgb(63,0,7); }
H1.HeaderClassName
{
color: #3F0007;
}
.AnyTagClassName
{
color: #3F0007;
}
</style>
background-color css
<style>
a { background-color: #3F0007; }
a { background-color: rgb(63,0,7); }
div.DivClassName
{
background-color: #3F0007;
}
.BgClassName
{
background-color: #3F0007;
}
</style>
border-color css
<style>
span { border-color: #3F0007; }
span { border-color: rgb(63,0,7); }
td.TdClassName
{
border-color: #3F0007;
}
.TagClassName
{
border-color: #3F0007;
}
</style>