Shades of Rustic Red #3F191D
Tints of Rustic Red #3F191D
RGB
CMYK
RGB Variations
Color information
#3F191D (or 0x3F191D) is known color: Rustic Red. HEX triplet: 3F, 19 and 1D. RGB value is (63,25,29). Sum of RGB (Red+Green+Blue) = 63+25+29=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F191D is #C0E6E2. Grayscale: #242424. Windows color (decimal): -12642019 or 1907007. OLE color: 1907007.
HSL color Cylindrical-coordinate representation of color #3F191D: hue angle of 353.68º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F191D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 29 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.75 |
| HSL | 353.68º | 0.43% | 0.17% | - |
| HSV(B) | 353.68º | 0.6% | 0.25% | - |
| XYZ | 2.62 | 1.84 | 1.38 | - |
| YUV | 36.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 29 | 0 | 0.60 | 0.54 | 0.75 | 353.68 | 0.43 | 0.17 |
| Hex | 3F | 19 | 1D | 0 | 3C | 36 | 4B | 162 | 2B | 11 |
| Octal | 77 | 31 | 35 | 0 | 74 | 66 | 113 | 542 | 53 | 21 |
| Binary | 111111 | 11001 | 11101 | 0 | 111100 | 110110 | 1001011 | 101100010 | 101011 | 10001 |
Color Harmonies of #3F191D
Complementary color
Monochromatic Colors of #3F191D
Black with #3F191D
Text Example
Text Example
White with #3F191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F191D; }
p { color: rgb(63,25,29); }
H1.HeaderClassName
{
color: #3F191D;
}
.AnyTagClassName
{
color: #3F191D;
}
</style>
background-color css
<style>
a { background-color: #3F191D; }
a { background-color: rgb(63,25,29); }
div.DivClassName
{
background-color: #3F191D;
}
.BgClassName
{
background-color: #3F191D;
}
</style>
border-color css
<style>
span { border-color: #3F191D; }
span { border-color: rgb(63,25,29); }
td.TdClassName
{
border-color: #3F191D;
}
.TagClassName
{
border-color: #3F191D;
}
</style>