Shades of Rustic Red #3F090F
Tints of Rustic Red #3F090F
RGB
CMYK
RGB Variations
Color information
#3F090F (or 0x3F090F) is known color: Rustic Red. HEX triplet: 3F, 09 and 0F. RGB value is (63,9,15). Sum of RGB (Red+Green+Blue) = 63+9+15=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F090F is #C0F6F0. Grayscale: #191919. Windows color (decimal): -12646129 or 985407. OLE color: 985407.
HSL color Cylindrical-coordinate representation of color #3F090F: hue angle of 353.33º 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 #3F090F is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 15 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.75 |
| HSL | 353.33º | 0.75% | 0.14% | - |
| HSV(B) | 353.33º | 0.86% | 0.25% | - |
| XYZ | 2.23 | 1.29 | 0.58 | - |
| YUV | 25.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 15 | 0 | 0.86 | 0.76 | 0.75 | 353.33 | 0.75 | 0.14 |
| Hex | 3F | 9 | F | 0 | 56 | 4C | 4B | 161 | 4B | E |
| Octal | 77 | 11 | 17 | 0 | 126 | 114 | 113 | 541 | 113 | 16 |
| Binary | 111111 | 1001 | 1111 | 0 | 1010110 | 1001100 | 1001011 | 101100001 | 1001011 | 1110 |
Color Harmonies of #3F090F
Complementary color
Monochromatic Colors of #3F090F
Black with #3F090F
Text Example
Text Example
White with #3F090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F090F; }
p { color: rgb(63,9,15); }
H1.HeaderClassName
{
color: #3F090F;
}
.AnyTagClassName
{
color: #3F090F;
}
</style>
background-color css
<style>
a { background-color: #3F090F; }
a { background-color: rgb(63,9,15); }
div.DivClassName
{
background-color: #3F090F;
}
.BgClassName
{
background-color: #3F090F;
}
</style>
border-color css
<style>
span { border-color: #3F090F; }
span { border-color: rgb(63,9,15); }
td.TdClassName
{
border-color: #3F090F;
}
.TagClassName
{
border-color: #3F090F;
}
</style>