Shades of Rustic Red #3F1019
Tints of Rustic Red #3F1019
RGB
CMYK
RGB Variations
Color information
#3F1019 (or 0x3F1019) is known color: Rustic Red. HEX triplet: 3F, 10 and 19. RGB value is (63,16,25). Sum of RGB (Red+Green+Blue) = 63+16+25=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1019 is #C0EFE6. Grayscale: #1F1F1F. Windows color (decimal): -12644327 or 1642559. OLE color: 1642559.
HSL color Cylindrical-coordinate representation of color #3F1019: hue angle of 348.51º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1019 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 25 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.75 |
| HSL | 348.51º | 0.59% | 0.15% | - |
| HSV(B) | 348.51º | 0.75% | 0.25% | - |
| XYZ | 2.41 | 1.5 | 1.08 | - |
| YUV | 31.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 25 | 0 | 0.75 | 0.60 | 0.75 | 348.51 | 0.59 | 0.15 |
| Hex | 3F | 10 | 19 | 0 | 4B | 3C | 4B | 15D | 3B | F |
| Octal | 77 | 20 | 31 | 0 | 113 | 74 | 113 | 535 | 73 | 17 |
| Binary | 111111 | 10000 | 11001 | 0 | 1001011 | 111100 | 1001011 | 101011101 | 111011 | 1111 |
Color Harmonies of #3F1019
Complementary color
Monochromatic Colors of #3F1019
Black with #3F1019
Text Example
Text Example
White with #3F1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1019; }
p { color: rgb(63,16,25); }
H1.HeaderClassName
{
color: #3F1019;
}
.AnyTagClassName
{
color: #3F1019;
}
</style>
background-color css
<style>
a { background-color: #3F1019; }
a { background-color: rgb(63,16,25); }
div.DivClassName
{
background-color: #3F1019;
}
.BgClassName
{
background-color: #3F1019;
}
</style>
border-color css
<style>
span { border-color: #3F1019; }
span { border-color: rgb(63,16,25); }
td.TdClassName
{
border-color: #3F1019;
}
.TagClassName
{
border-color: #3F1019;
}
</style>