Shades of Rustic Red #3F0A16
Tints of Rustic Red #3F0A16
RGB
CMYK
RGB Variations
Color information
#3F0A16 (or 0x3F0A16) is known color: Rustic Red. HEX triplet: 3F, 0A and 16. RGB value is (63,10,22). Sum of RGB (Red+Green+Blue) = 63+10+22=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A16 is #C0F5E9. Grayscale: #1B1B1B. Windows color (decimal): -12645866 or 1444415. OLE color: 1444415.
HSL color Cylindrical-coordinate representation of color #3F0A16: hue angle of 346.42º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A16 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 22 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.75 |
| HSL | 346.42º | 0.73% | 0.14% | - |
| HSV(B) | 346.42º | 0.84% | 0.25% | - |
| XYZ | 2.3 | 1.33 | 0.89 | - |
| YUV | 27.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 22 | 0 | 0.84 | 0.65 | 0.75 | 346.42 | 0.73 | 0.14 |
| Hex | 3F | A | 16 | 0 | 54 | 41 | 4B | 15A | 49 | E |
| Octal | 77 | 12 | 26 | 0 | 124 | 101 | 113 | 532 | 111 | 16 |
| Binary | 111111 | 1010 | 10110 | 0 | 1010100 | 1000001 | 1001011 | 101011010 | 1001001 | 1110 |
Color Harmonies of #3F0A16
Complementary color
Monochromatic Colors of #3F0A16
Black with #3F0A16
Text Example
Text Example
White with #3F0A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A16; }
p { color: rgb(63,10,22); }
H1.HeaderClassName
{
color: #3F0A16;
}
.AnyTagClassName
{
color: #3F0A16;
}
</style>
background-color css
<style>
a { background-color: #3F0A16; }
a { background-color: rgb(63,10,22); }
div.DivClassName
{
background-color: #3F0A16;
}
.BgClassName
{
background-color: #3F0A16;
}
</style>
border-color css
<style>
span { border-color: #3F0A16; }
span { border-color: rgb(63,10,22); }
td.TdClassName
{
border-color: #3F0A16;
}
.TagClassName
{
border-color: #3F0A16;
}
</style>