Shades of Rustic Red #3F0209
Tints of Rustic Red #3F0209
RGB
CMYK
RGB Variations
Color information
#3F0209 (or 0x3F0209) is known color: Rustic Red. HEX triplet: 3F, 02 and 09. RGB value is (63,2,9). Sum of RGB (Red+Green+Blue) = 63+2+9=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0209 is #C0FDF6. Grayscale: #151515. Windows color (decimal): -12647927 or 590399. OLE color: 590399.
HSL color Cylindrical-coordinate representation of color #3F0209: hue angle of 353.11º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0209 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 9 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.75 |
| HSL | 353.11º | 0.94% | 0.13% | - |
| HSV(B) | 353.11º | 0.97% | 0.25% | - |
| XYZ | 2.12 | 1.12 | 0.36 | - |
| YUV | 21.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 9 | 0 | 0.97 | 0.86 | 0.75 | 353.11 | 0.94 | 0.13 |
| Hex | 3F | 2 | 9 | 0 | 61 | 56 | 4B | 161 | 5E | D |
| Octal | 77 | 2 | 11 | 0 | 141 | 126 | 113 | 541 | 136 | 15 |
| Binary | 111111 | 10 | 1001 | 0 | 1100001 | 1010110 | 1001011 | 101100001 | 1011110 | 1101 |
Color Harmonies of #3F0209
Complementary color
Monochromatic Colors of #3F0209
Black with #3F0209
Text Example
Text Example
White with #3F0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0209; }
p { color: rgb(63,2,9); }
H1.HeaderClassName
{
color: #3F0209;
}
.AnyTagClassName
{
color: #3F0209;
}
</style>
background-color css
<style>
a { background-color: #3F0209; }
a { background-color: rgb(63,2,9); }
div.DivClassName
{
background-color: #3F0209;
}
.BgClassName
{
background-color: #3F0209;
}
</style>
border-color css
<style>
span { border-color: #3F0209; }
span { border-color: rgb(63,2,9); }
td.TdClassName
{
border-color: #3F0209;
}
.TagClassName
{
border-color: #3F0209;
}
</style>