Shades of Rustic Red #3F0013
Tints of Rustic Red #3F0013
RGB
CMYK
RGB Variations
Color information
#3F0013 (or 0x3F0013) is known color: Rustic Red. HEX triplet: 3F, 00 and 13. RGB value is (63,0,19). Sum of RGB (Red+Green+Blue) = 63+0+19=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0013 is #C0FFEC. Grayscale: #141414. Windows color (decimal): -12648429 or 1245247. OLE color: 1245247.
HSL color Cylindrical-coordinate representation of color #3F0013: hue angle of 341.9º 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 #3F0013 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.70 | 0.75 |
| HSL | 341.9º | 1% | 0.12% | - |
| HSV(B) | 341.9º | 1% | 0.25% | - |
| XYZ | 2.17 | 1.1 | 0.71 | - |
| YUV | 21 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 19 | 0 | 1 | 0.70 | 0.75 | 341.9 | 1 | 0.12 |
| Hex | 3F | 0 | 13 | 0 | 64 | 46 | 4B | 156 | 64 | C |
| Octal | 77 | 0 | 23 | 0 | 144 | 106 | 113 | 526 | 144 | 14 |
| Binary | 111111 | 0 | 10011 | 0 | 1100100 | 1000110 | 1001011 | 101010110 | 1100100 | 1100 |
Color Harmonies of #3F0013
Complementary color
Monochromatic Colors of #3F0013
Black with #3F0013
Text Example
Text Example
White with #3F0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0013; }
p { color: rgb(63,0,19); }
H1.HeaderClassName
{
color: #3F0013;
}
.AnyTagClassName
{
color: #3F0013;
}
</style>
background-color css
<style>
a { background-color: #3F0013; }
a { background-color: rgb(63,0,19); }
div.DivClassName
{
background-color: #3F0013;
}
.BgClassName
{
background-color: #3F0013;
}
</style>
border-color css
<style>
span { border-color: #3F0013; }
span { border-color: rgb(63,0,19); }
td.TdClassName
{
border-color: #3F0013;
}
.TagClassName
{
border-color: #3F0013;
}
</style>