Shades of Rustic Red #3F1416
Tints of Rustic Red #3F1416
RGB
CMYK
RGB Variations
Color information
#3F1416 (or 0x3F1416) is known color: Rustic Red. HEX triplet: 3F, 14 and 16. RGB value is (63,20,22). Sum of RGB (Red+Green+Blue) = 63+20+22=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1416 is #C0EBE9. Grayscale: #212121. Windows color (decimal): -12643306 or 1446975. OLE color: 1446975.
HSL color Cylindrical-coordinate representation of color #3F1416: hue angle of 357.21º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1416 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 22 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.75 |
| HSL | 357.21º | 0.52% | 0.16% | - |
| HSV(B) | 357.21º | 0.68% | 0.25% | - |
| XYZ | 2.44 | 1.62 | 0.94 | - |
| YUV | 33.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 22 | 0 | 0.68 | 0.65 | 0.75 | 357.21 | 0.52 | 0.16 |
| Hex | 3F | 14 | 16 | 0 | 44 | 41 | 4B | 165 | 34 | 10 |
| Octal | 77 | 24 | 26 | 0 | 104 | 101 | 113 | 545 | 64 | 20 |
| Binary | 111111 | 10100 | 10110 | 0 | 1000100 | 1000001 | 1001011 | 101100101 | 110100 | 10000 |
Color Harmonies of #3F1416
Complementary color
Monochromatic Colors of #3F1416
Black with #3F1416
Text Example
Text Example
White with #3F1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1416; }
p { color: rgb(63,20,22); }
H1.HeaderClassName
{
color: #3F1416;
}
.AnyTagClassName
{
color: #3F1416;
}
</style>
background-color css
<style>
a { background-color: #3F1416; }
a { background-color: rgb(63,20,22); }
div.DivClassName
{
background-color: #3F1416;
}
.BgClassName
{
background-color: #3F1416;
}
</style>
border-color css
<style>
span { border-color: #3F1416; }
span { border-color: rgb(63,20,22); }
td.TdClassName
{
border-color: #3F1416;
}
.TagClassName
{
border-color: #3F1416;
}
</style>