Shades of Rustic Red #3F111D
Tints of Rustic Red #3F111D
RGB
CMYK
RGB Variations
Color information
#3F111D (or 0x3F111D) is known color: Rustic Red. HEX triplet: 3F, 11 and 1D. RGB value is (63,17,29). Sum of RGB (Red+Green+Blue) = 63+17+29=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F111D is #C0EEE2. Grayscale: #202020. Windows color (decimal): -12644067 or 1904959. OLE color: 1904959.
HSL color Cylindrical-coordinate representation of color #3F111D: hue angle of 344.35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F111D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 29 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.75 |
| HSL | 344.35º | 0.58% | 0.16% | - |
| HSV(B) | 344.35º | 0.73% | 0.25% | - |
| XYZ | 2.47 | 1.55 | 1.33 | - |
| YUV | 32.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 29 | 0 | 0.73 | 0.54 | 0.75 | 344.35 | 0.58 | 0.16 |
| Hex | 3F | 11 | 1D | 0 | 49 | 36 | 4B | 158 | 3A | 10 |
| Octal | 77 | 21 | 35 | 0 | 111 | 66 | 113 | 530 | 72 | 20 |
| Binary | 111111 | 10001 | 11101 | 0 | 1001001 | 110110 | 1001011 | 101011000 | 111010 | 10000 |
Color Harmonies of #3F111D
Complementary color
Monochromatic Colors of #3F111D
Black with #3F111D
Text Example
Text Example
White with #3F111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F111D; }
p { color: rgb(63,17,29); }
H1.HeaderClassName
{
color: #3F111D;
}
.AnyTagClassName
{
color: #3F111D;
}
</style>
background-color css
<style>
a { background-color: #3F111D; }
a { background-color: rgb(63,17,29); }
div.DivClassName
{
background-color: #3F111D;
}
.BgClassName
{
background-color: #3F111D;
}
</style>
border-color css
<style>
span { border-color: #3F111D; }
span { border-color: rgb(63,17,29); }
td.TdClassName
{
border-color: #3F111D;
}
.TagClassName
{
border-color: #3F111D;
}
</style>