Shades of Rustic Red #3F1718
Tints of Rustic Red #3F1718
RGB
CMYK
RGB Variations
Color information
#3F1718 (or 0x3F1718) is known color: Rustic Red. HEX triplet: 3F, 17 and 18. RGB value is (63,23,24). Sum of RGB (Red+Green+Blue) = 63+23+24=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1718 is #C0E8E7. Grayscale: #232323. Windows color (decimal): -12642536 or 1578815. OLE color: 1578815.
HSL color Cylindrical-coordinate representation of color #3F1718: hue angle of 358.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 #3F1718 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 24 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.75 |
| HSL | 358.5º | 0.47% | 0.17% | - |
| HSV(B) | 358.5º | 0.63% | 0.25% | - |
| XYZ | 2.52 | 1.74 | 1.07 | - |
| YUV | 35.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 24 | 0 | 0.63 | 0.62 | 0.75 | 358.5 | 0.47 | 0.17 |
| Hex | 3F | 17 | 18 | 0 | 3F | 3E | 4B | 166 | 2F | 11 |
| Octal | 77 | 27 | 30 | 0 | 77 | 76 | 113 | 546 | 57 | 21 |
| Binary | 111111 | 10111 | 11000 | 0 | 111111 | 111110 | 1001011 | 101100110 | 101111 | 10001 |
Color Harmonies of #3F1718
Complementary color
Monochromatic Colors of #3F1718
Black with #3F1718
Text Example
Text Example
White with #3F1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1718; }
p { color: rgb(63,23,24); }
H1.HeaderClassName
{
color: #3F1718;
}
.AnyTagClassName
{
color: #3F1718;
}
</style>
background-color css
<style>
a { background-color: #3F1718; }
a { background-color: rgb(63,23,24); }
div.DivClassName
{
background-color: #3F1718;
}
.BgClassName
{
background-color: #3F1718;
}
</style>
border-color css
<style>
span { border-color: #3F1718; }
span { border-color: rgb(63,23,24); }
td.TdClassName
{
border-color: #3F1718;
}
.TagClassName
{
border-color: #3F1718;
}
</style>