Shades of Rustic Red #3F171D
Tints of Rustic Red #3F171D
RGB
CMYK
RGB Variations
Color information
#3F171D (or 0x3F171D) is known color: Rustic Red. HEX triplet: 3F, 17 and 1D. RGB value is (63,23,29). Sum of RGB (Red+Green+Blue) = 63+23+29=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F171D is #C0E8E2. Grayscale: #232323. Windows color (decimal): -12642531 or 1906495. OLE color: 1906495.
HSL color Cylindrical-coordinate representation of color #3F171D: hue angle of 351º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F171D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 29 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.75 |
| HSL | 351º | 0.47% | 0.17% | - |
| HSV(B) | 351º | 0.63% | 0.25% | - |
| XYZ | 2.58 | 1.76 | 1.37 | - |
| YUV | 35.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 29 | 0 | 0.63 | 0.54 | 0.75 | 351 | 0.47 | 0.17 |
| Hex | 3F | 17 | 1D | 0 | 3F | 36 | 4B | 15F | 2F | 11 |
| Octal | 77 | 27 | 35 | 0 | 77 | 66 | 113 | 537 | 57 | 21 |
| Binary | 111111 | 10111 | 11101 | 0 | 111111 | 110110 | 1001011 | 101011111 | 101111 | 10001 |
Color Harmonies of #3F171D
Complementary color
Monochromatic Colors of #3F171D
Black with #3F171D
Text Example
Text Example
White with #3F171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F171D; }
p { color: rgb(63,23,29); }
H1.HeaderClassName
{
color: #3F171D;
}
.AnyTagClassName
{
color: #3F171D;
}
</style>
background-color css
<style>
a { background-color: #3F171D; }
a { background-color: rgb(63,23,29); }
div.DivClassName
{
background-color: #3F171D;
}
.BgClassName
{
background-color: #3F171D;
}
</style>
border-color css
<style>
span { border-color: #3F171D; }
span { border-color: rgb(63,23,29); }
td.TdClassName
{
border-color: #3F171D;
}
.TagClassName
{
border-color: #3F171D;
}
</style>