Shades of Rustic Red #3F171C
Tints of Rustic Red #3F171C
RGB
CMYK
RGB Variations
Color information
#3F171C (or 0x3F171C) is known color: Rustic Red. HEX triplet: 3F, 17 and 1C. RGB value is (63,23,28). Sum of RGB (Red+Green+Blue) = 63+23+28=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F171C is #C0E8E3. Grayscale: #232323. Windows color (decimal): -12642532 or 1840959. OLE color: 1840959.
HSL color Cylindrical-coordinate representation of color #3F171C: hue angle of 352.5º 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 #3F171C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 28 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.75 |
| HSL | 352.5º | 0.47% | 0.17% | - |
| HSV(B) | 352.5º | 0.63% | 0.25% | - |
| XYZ | 2.57 | 1.75 | 1.3 | - |
| YUV | 35.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 28 | 0 | 0.63 | 0.56 | 0.75 | 352.5 | 0.47 | 0.17 |
| Hex | 3F | 17 | 1C | 0 | 3F | 38 | 4B | 160 | 2F | 11 |
| Octal | 77 | 27 | 34 | 0 | 77 | 70 | 113 | 540 | 57 | 21 |
| Binary | 111111 | 10111 | 11100 | 0 | 111111 | 111000 | 1001011 | 101100000 | 101111 | 10001 |
Color Harmonies of #3F171C
Complementary color
Monochromatic Colors of #3F171C
Black with #3F171C
Text Example
Text Example
White with #3F171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F171C; }
p { color: rgb(63,23,28); }
H1.HeaderClassName
{
color: #3F171C;
}
.AnyTagClassName
{
color: #3F171C;
}
</style>
background-color css
<style>
a { background-color: #3F171C; }
a { background-color: rgb(63,23,28); }
div.DivClassName
{
background-color: #3F171C;
}
.BgClassName
{
background-color: #3F171C;
}
</style>
border-color css
<style>
span { border-color: #3F171C; }
span { border-color: rgb(63,23,28); }
td.TdClassName
{
border-color: #3F171C;
}
.TagClassName
{
border-color: #3F171C;
}
</style>