Shades of Rustic Red #3F1317
Tints of Rustic Red #3F1317
RGB
CMYK
RGB Variations
Color information
#3F1317 (or 0x3F1317) is known color: Rustic Red. HEX triplet: 3F, 13 and 17. RGB value is (63,19,23). Sum of RGB (Red+Green+Blue) = 63+19+23=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1317 is #C0ECE8. Grayscale: #202020. Windows color (decimal): -12643561 or 1512255. OLE color: 1512255.
HSL color Cylindrical-coordinate representation of color #3F1317: hue angle of 354.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1317 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 23 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.75 |
| HSL | 354.55º | 0.54% | 0.16% | - |
| HSV(B) | 354.55º | 0.7% | 0.25% | - |
| XYZ | 2.44 | 1.58 | 0.99 | - |
| YUV | 32.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 23 | 0 | 0.70 | 0.63 | 0.75 | 354.55 | 0.54 | 0.16 |
| Hex | 3F | 13 | 17 | 0 | 46 | 3F | 4B | 163 | 36 | 10 |
| Octal | 77 | 23 | 27 | 0 | 106 | 77 | 113 | 543 | 66 | 20 |
| Binary | 111111 | 10011 | 10111 | 0 | 1000110 | 111111 | 1001011 | 101100011 | 110110 | 10000 |
Color Harmonies of #3F1317
Complementary color
Monochromatic Colors of #3F1317
Black with #3F1317
Text Example
Text Example
White with #3F1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1317; }
p { color: rgb(63,19,23); }
H1.HeaderClassName
{
color: #3F1317;
}
.AnyTagClassName
{
color: #3F1317;
}
</style>
background-color css
<style>
a { background-color: #3F1317; }
a { background-color: rgb(63,19,23); }
div.DivClassName
{
background-color: #3F1317;
}
.BgClassName
{
background-color: #3F1317;
}
</style>
border-color css
<style>
span { border-color: #3F1317; }
span { border-color: rgb(63,19,23); }
td.TdClassName
{
border-color: #3F1317;
}
.TagClassName
{
border-color: #3F1317;
}
</style>