Shades of Rustic Red #3F0109
Tints of Rustic Red #3F0109
RGB
CMYK
RGB Variations
Color information
#3F0109 (or 0x3F0109) is known color: Rustic Red. HEX triplet: 3F, 01 and 09. RGB value is (63,1,9). Sum of RGB (Red+Green+Blue) = 63+1+9=73 (9% of max value = 765). Red value is 63 (25% from 255 or 86.30% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0109 is #C0FEF6. Grayscale: #141414. Windows color (decimal): -12648183 or 590143. OLE color: 590143.
HSL color Cylindrical-coordinate representation of color #3F0109: hue angle of 352.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0109 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 9 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.75 |
| HSL | 352.26º | 0.97% | 0.13% | - |
| HSV(B) | 352.26º | 0.98% | 0.25% | - |
| XYZ | 2.11 | 1.1 | 0.36 | - |
| YUV | 20.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 9 | 0 | 0.98 | 0.86 | 0.75 | 352.26 | 0.97 | 0.13 |
| Hex | 3F | 1 | 9 | 0 | 62 | 56 | 4B | 160 | 61 | D |
| Octal | 77 | 1 | 11 | 0 | 142 | 126 | 113 | 540 | 141 | 15 |
| Binary | 111111 | 1 | 1001 | 0 | 1100010 | 1010110 | 1001011 | 101100000 | 1100001 | 1101 |
Color Harmonies of #3F0109
Complementary color
Monochromatic Colors of #3F0109
Black with #3F0109
Text Example
Text Example
White with #3F0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0109; }
p { color: rgb(63,1,9); }
H1.HeaderClassName
{
color: #3F0109;
}
.AnyTagClassName
{
color: #3F0109;
}
</style>
background-color css
<style>
a { background-color: #3F0109; }
a { background-color: rgb(63,1,9); }
div.DivClassName
{
background-color: #3F0109;
}
.BgClassName
{
background-color: #3F0109;
}
</style>
border-color css
<style>
span { border-color: #3F0109; }
span { border-color: rgb(63,1,9); }
td.TdClassName
{
border-color: #3F0109;
}
.TagClassName
{
border-color: #3F0109;
}
</style>