Shades of Rustic Red #3F0411
Tints of Rustic Red #3F0411
RGB
CMYK
RGB Variations
Color information
#3F0411 (or 0x3F0411) is known color: Rustic Red. HEX triplet: 3F, 04 and 11. RGB value is (63,4,17). Sum of RGB (Red+Green+Blue) = 63+4+17=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0411 is #C0FBEE. Grayscale: #171717. Windows color (decimal): -12647407 or 1115199. OLE color: 1115199.
HSL color Cylindrical-coordinate representation of color #3F0411: hue angle of 346.78º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0411 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 17 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.75 |
| HSL | 346.78º | 0.88% | 0.13% | - |
| HSV(B) | 346.78º | 0.94% | 0.25% | - |
| XYZ | 2.19 | 1.18 | 0.64 | - |
| YUV | 23.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 17 | 0 | 0.94 | 0.73 | 0.75 | 346.78 | 0.88 | 0.13 |
| Hex | 3F | 4 | 11 | 0 | 5E | 49 | 4B | 15B | 58 | D |
| Octal | 77 | 4 | 21 | 0 | 136 | 111 | 113 | 533 | 130 | 15 |
| Binary | 111111 | 100 | 10001 | 0 | 1011110 | 1001001 | 1001011 | 101011011 | 1011000 | 1101 |
Color Harmonies of #3F0411
Complementary color
Monochromatic Colors of #3F0411
Black with #3F0411
Text Example
Text Example
White with #3F0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0411; }
p { color: rgb(63,4,17); }
H1.HeaderClassName
{
color: #3F0411;
}
.AnyTagClassName
{
color: #3F0411;
}
</style>
background-color css
<style>
a { background-color: #3F0411; }
a { background-color: rgb(63,4,17); }
div.DivClassName
{
background-color: #3F0411;
}
.BgClassName
{
background-color: #3F0411;
}
</style>
border-color css
<style>
span { border-color: #3F0411; }
span { border-color: rgb(63,4,17); }
td.TdClassName
{
border-color: #3F0411;
}
.TagClassName
{
border-color: #3F0411;
}
</style>