Shades of Rustic Red #3F0911
Tints of Rustic Red #3F0911
RGB
CMYK
RGB Variations
Color information
#3F0911 (or 0x3F0911) is known color: Rustic Red. HEX triplet: 3F, 09 and 11. RGB value is (63,9,17). Sum of RGB (Red+Green+Blue) = 63+9+17=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0911 is #C0F6EE. Grayscale: #1A1A1A. Windows color (decimal): -12646127 or 1116479. OLE color: 1116479.
HSL color Cylindrical-coordinate representation of color #3F0911: hue angle of 351.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0911 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 17 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.75 |
| HSL | 351.11º | 0.75% | 0.14% | - |
| HSV(B) | 351.11º | 0.86% | 0.25% | - |
| XYZ | 2.25 | 1.29 | 0.66 | - |
| YUV | 26.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 17 | 0 | 0.86 | 0.73 | 0.75 | 351.11 | 0.75 | 0.14 |
| Hex | 3F | 9 | 11 | 0 | 56 | 49 | 4B | 15F | 4B | E |
| Octal | 77 | 11 | 21 | 0 | 126 | 111 | 113 | 537 | 113 | 16 |
| Binary | 111111 | 1001 | 10001 | 0 | 1010110 | 1001001 | 1001011 | 101011111 | 1001011 | 1110 |
Color Harmonies of #3F0911
Complementary color
Monochromatic Colors of #3F0911
Black with #3F0911
Text Example
Text Example
White with #3F0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0911; }
p { color: rgb(63,9,17); }
H1.HeaderClassName
{
color: #3F0911;
}
.AnyTagClassName
{
color: #3F0911;
}
</style>
background-color css
<style>
a { background-color: #3F0911; }
a { background-color: rgb(63,9,17); }
div.DivClassName
{
background-color: #3F0911;
}
.BgClassName
{
background-color: #3F0911;
}
</style>
border-color css
<style>
span { border-color: #3F0911; }
span { border-color: rgb(63,9,17); }
td.TdClassName
{
border-color: #3F0911;
}
.TagClassName
{
border-color: #3F0911;
}
</style>