Shades of Rustic Red #3F1719
Tints of Rustic Red #3F1719
RGB
CMYK
RGB Variations
Color information
#3F1719 (or 0x3F1719) is known color: Rustic Red. HEX triplet: 3F, 17 and 19. RGB value is (63,23,25). Sum of RGB (Red+Green+Blue) = 63+23+25=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1719 is #C0E8E6. Grayscale: #232323. Windows color (decimal): -12642535 or 1644351. OLE color: 1644351.
HSL color Cylindrical-coordinate representation of color #3F1719: hue angle of 357º 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 #3F1719 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 25 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.75 |
| HSL | 357º | 0.47% | 0.17% | - |
| HSV(B) | 357º | 0.63% | 0.25% | - |
| XYZ | 2.53 | 1.74 | 1.12 | - |
| YUV | 35.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 25 | 0 | 0.63 | 0.60 | 0.75 | 357 | 0.47 | 0.17 |
| Hex | 3F | 17 | 19 | 0 | 3F | 3C | 4B | 165 | 2F | 11 |
| Octal | 77 | 27 | 31 | 0 | 77 | 74 | 113 | 545 | 57 | 21 |
| Binary | 111111 | 10111 | 11001 | 0 | 111111 | 111100 | 1001011 | 101100101 | 101111 | 10001 |
Color Harmonies of #3F1719
Complementary color
Monochromatic Colors of #3F1719
Black with #3F1719
Text Example
Text Example
White with #3F1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1719; }
p { color: rgb(63,23,25); }
H1.HeaderClassName
{
color: #3F1719;
}
.AnyTagClassName
{
color: #3F1719;
}
</style>
background-color css
<style>
a { background-color: #3F1719; }
a { background-color: rgb(63,23,25); }
div.DivClassName
{
background-color: #3F1719;
}
.BgClassName
{
background-color: #3F1719;
}
</style>
border-color css
<style>
span { border-color: #3F1719; }
span { border-color: rgb(63,23,25); }
td.TdClassName
{
border-color: #3F1719;
}
.TagClassName
{
border-color: #3F1719;
}
</style>