Shades of Rustic Red #3F0809
Tints of Rustic Red #3F0809
RGB
CMYK
RGB Variations
Color information
#3F0809 (or 0x3F0809) is known color: Rustic Red. HEX triplet: 3F, 08 and 09. RGB value is (63,8,9). Sum of RGB (Red+Green+Blue) = 63+8+9=80 (10% of max value = 765). Red value is 63 (25% from 255 or 78.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0809 is #C0F7F6. Grayscale: #181818. Windows color (decimal): -12646391 or 591935. OLE color: 591935.
HSL color Cylindrical-coordinate representation of color #3F0809: hue angle of 358.91º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F0809 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 9 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.75 |
| HSL | 358.91º | 0.77% | 0.14% | - |
| HSV(B) | 358.91º | 0.87% | 0.25% | - |
| XYZ | 2.19 | 1.25 | 0.38 | - |
| YUV | 24.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 9 | 0 | 0.87 | 0.86 | 0.75 | 358.91 | 0.77 | 0.14 |
| Hex | 3F | 8 | 9 | 0 | 57 | 56 | 4B | 167 | 4D | E |
| Octal | 77 | 10 | 11 | 0 | 127 | 126 | 113 | 547 | 115 | 16 |
| Binary | 111111 | 1000 | 1001 | 0 | 1010111 | 1010110 | 1001011 | 101100111 | 1001101 | 1110 |
Color Harmonies of #3F0809
Complementary color
Monochromatic Colors of #3F0809
Black with #3F0809
Text Example
Text Example
White with #3F0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0809; }
p { color: rgb(63,8,9); }
H1.HeaderClassName
{
color: #3F0809;
}
.AnyTagClassName
{
color: #3F0809;
}
</style>
background-color css
<style>
a { background-color: #3F0809; }
a { background-color: rgb(63,8,9); }
div.DivClassName
{
background-color: #3F0809;
}
.BgClassName
{
background-color: #3F0809;
}
</style>
border-color css
<style>
span { border-color: #3F0809; }
span { border-color: rgb(63,8,9); }
td.TdClassName
{
border-color: #3F0809;
}
.TagClassName
{
border-color: #3F0809;
}
</style>