Shades of Rustic Red #3F1619
Tints of Rustic Red #3F1619
RGB
CMYK
RGB Variations
Color information
#3F1619 (or 0x3F1619) is known color: Rustic Red. HEX triplet: 3F, 16 and 19. RGB value is (63,22,25). Sum of RGB (Red+Green+Blue) = 63+22+25=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1619 is #C0E9E6. Grayscale: #222222. Windows color (decimal): -12642791 or 1644095. OLE color: 1644095.
HSL color Cylindrical-coordinate representation of color #3F1619: hue angle of 355.61º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1619 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 25 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.75 |
| HSL | 355.61º | 0.48% | 0.17% | - |
| HSV(B) | 355.61º | 0.65% | 0.25% | - |
| XYZ | 2.51 | 1.7 | 1.12 | - |
| YUV | 34.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 25 | 0 | 0.65 | 0.60 | 0.75 | 355.61 | 0.48 | 0.17 |
| Hex | 3F | 16 | 19 | 0 | 41 | 3C | 4B | 164 | 30 | 11 |
| Octal | 77 | 26 | 31 | 0 | 101 | 74 | 113 | 544 | 60 | 21 |
| Binary | 111111 | 10110 | 11001 | 0 | 1000001 | 111100 | 1001011 | 101100100 | 110000 | 10001 |
Color Harmonies of #3F1619
Complementary color
Monochromatic Colors of #3F1619
Black with #3F1619
Text Example
Text Example
White with #3F1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1619; }
p { color: rgb(63,22,25); }
H1.HeaderClassName
{
color: #3F1619;
}
.AnyTagClassName
{
color: #3F1619;
}
</style>
background-color css
<style>
a { background-color: #3F1619; }
a { background-color: rgb(63,22,25); }
div.DivClassName
{
background-color: #3F1619;
}
.BgClassName
{
background-color: #3F1619;
}
</style>
border-color css
<style>
span { border-color: #3F1619; }
span { border-color: rgb(63,22,25); }
td.TdClassName
{
border-color: #3F1619;
}
.TagClassName
{
border-color: #3F1619;
}
</style>