Shades of Rustic Red #3F0211
Tints of Rustic Red #3F0211
RGB
CMYK
RGB Variations
Color information
#3F0211 (or 0x3F0211) is known color: Rustic Red. HEX triplet: 3F, 02 and 11. RGB value is (63,2,17). Sum of RGB (Red+Green+Blue) = 63+2+17=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0211 is #C0FDEE. Grayscale: #151515. Windows color (decimal): -12647919 or 1114687. OLE color: 1114687.
HSL color Cylindrical-coordinate representation of color #3F0211: hue angle of 345.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0211 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 17 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.75 |
| HSL | 345.25º | 0.94% | 0.13% | - |
| HSV(B) | 345.25º | 0.97% | 0.25% | - |
| XYZ | 2.17 | 1.14 | 0.64 | - |
| YUV | 21.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 17 | 0 | 0.97 | 0.73 | 0.75 | 345.25 | 0.94 | 0.13 |
| Hex | 3F | 2 | 11 | 0 | 61 | 49 | 4B | 159 | 5E | D |
| Octal | 77 | 2 | 21 | 0 | 141 | 111 | 113 | 531 | 136 | 15 |
| Binary | 111111 | 10 | 10001 | 0 | 1100001 | 1001001 | 1001011 | 101011001 | 1011110 | 1101 |
Color Harmonies of #3F0211
Complementary color
Monochromatic Colors of #3F0211
Black with #3F0211
Text Example
Text Example
White with #3F0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0211; }
p { color: rgb(63,2,17); }
H1.HeaderClassName
{
color: #3F0211;
}
.AnyTagClassName
{
color: #3F0211;
}
</style>
background-color css
<style>
a { background-color: #3F0211; }
a { background-color: rgb(63,2,17); }
div.DivClassName
{
background-color: #3F0211;
}
.BgClassName
{
background-color: #3F0211;
}
</style>
border-color css
<style>
span { border-color: #3F0211; }
span { border-color: rgb(63,2,17); }
td.TdClassName
{
border-color: #3F0211;
}
.TagClassName
{
border-color: #3F0211;
}
</style>