Shades of Rustic Red #3F0609
Tints of Rustic Red #3F0609
RGB
CMYK
RGB Variations
Color information
#3F0609 (or 0x3F0609) is known color: Rustic Red. HEX triplet: 3F, 06 and 09. RGB value is (63,6,9). Sum of RGB (Red+Green+Blue) = 63+6+9=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0609 is #C0F9F6. Grayscale: #171717. Windows color (decimal): -12646903 or 591423. OLE color: 591423.
HSL color Cylindrical-coordinate representation of color #3F0609: hue angle of 356.84º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0609 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 9 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.75 |
| HSL | 356.84º | 0.83% | 0.14% | - |
| HSV(B) | 356.84º | 0.9% | 0.25% | - |
| XYZ | 2.16 | 1.21 | 0.38 | - |
| YUV | 23.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 9 | 0 | 0.90 | 0.86 | 0.75 | 356.84 | 0.83 | 0.14 |
| Hex | 3F | 6 | 9 | 0 | 5A | 56 | 4B | 165 | 53 | E |
| Octal | 77 | 6 | 11 | 0 | 132 | 126 | 113 | 545 | 123 | 16 |
| Binary | 111111 | 110 | 1001 | 0 | 1011010 | 1010110 | 1001011 | 101100101 | 1010011 | 1110 |
Color Harmonies of #3F0609
Complementary color
Monochromatic Colors of #3F0609
Black with #3F0609
Text Example
Text Example
White with #3F0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0609; }
p { color: rgb(63,6,9); }
H1.HeaderClassName
{
color: #3F0609;
}
.AnyTagClassName
{
color: #3F0609;
}
</style>
background-color css
<style>
a { background-color: #3F0609; }
a { background-color: rgb(63,6,9); }
div.DivClassName
{
background-color: #3F0609;
}
.BgClassName
{
background-color: #3F0609;
}
</style>
border-color css
<style>
span { border-color: #3F0609; }
span { border-color: rgb(63,6,9); }
td.TdClassName
{
border-color: #3F0609;
}
.TagClassName
{
border-color: #3F0609;
}
</style>