Shades of Rustic Red #3F1017
Tints of Rustic Red #3F1017
RGB
CMYK
RGB Variations
Color information
#3F1017 (or 0x3F1017) is known color: Rustic Red. HEX triplet: 3F, 10 and 17. RGB value is (63,16,23). Sum of RGB (Red+Green+Blue) = 63+16+23=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1017 is #C0EFE8. Grayscale: #1E1E1E. Windows color (decimal): -12644329 or 1511487. OLE color: 1511487.
HSL color Cylindrical-coordinate representation of color #3F1017: hue angle of 351.06º 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 #3F1017 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 23 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.75 |
| HSL | 351.06º | 0.59% | 0.15% | - |
| HSV(B) | 351.06º | 0.75% | 0.25% | - |
| XYZ | 2.39 | 1.49 | 0.97 | - |
| YUV | 30.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 23 | 0 | 0.75 | 0.63 | 0.75 | 351.06 | 0.59 | 0.15 |
| Hex | 3F | 10 | 17 | 0 | 4B | 3F | 4B | 15F | 3B | F |
| Octal | 77 | 20 | 27 | 0 | 113 | 77 | 113 | 537 | 73 | 17 |
| Binary | 111111 | 10000 | 10111 | 0 | 1001011 | 111111 | 1001011 | 101011111 | 111011 | 1111 |
Color Harmonies of #3F1017
Complementary color
Monochromatic Colors of #3F1017
Black with #3F1017
Text Example
Text Example
White with #3F1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1017; }
p { color: rgb(63,16,23); }
H1.HeaderClassName
{
color: #3F1017;
}
.AnyTagClassName
{
color: #3F1017;
}
</style>
background-color css
<style>
a { background-color: #3F1017; }
a { background-color: rgb(63,16,23); }
div.DivClassName
{
background-color: #3F1017;
}
.BgClassName
{
background-color: #3F1017;
}
</style>
border-color css
<style>
span { border-color: #3F1017; }
span { border-color: rgb(63,16,23); }
td.TdClassName
{
border-color: #3F1017;
}
.TagClassName
{
border-color: #3F1017;
}
</style>