Shades of Rustic Red #3F0616
Tints of Rustic Red #3F0616
RGB
CMYK
RGB Variations
Color information
#3F0616 (or 0x3F0616) is known color: Rustic Red. HEX triplet: 3F, 06 and 16. RGB value is (63,6,22). Sum of RGB (Red+Green+Blue) = 63+6+22=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0616 is #C0F9E9. Grayscale: #181818. Windows color (decimal): -12646890 or 1443391. OLE color: 1443391.
HSL color Cylindrical-coordinate representation of color #3F0616: hue angle of 343.16º 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 #3F0616 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 22 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.75 |
| HSL | 343.16º | 0.83% | 0.14% | - |
| HSV(B) | 343.16º | 0.9% | 0.25% | - |
| XYZ | 2.26 | 1.24 | 0.88 | - |
| YUV | 24.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 22 | 0 | 0.90 | 0.65 | 0.75 | 343.16 | 0.83 | 0.14 |
| Hex | 3F | 6 | 16 | 0 | 5A | 41 | 4B | 157 | 53 | E |
| Octal | 77 | 6 | 26 | 0 | 132 | 101 | 113 | 527 | 123 | 16 |
| Binary | 111111 | 110 | 10110 | 0 | 1011010 | 1000001 | 1001011 | 101010111 | 1010011 | 1110 |
Color Harmonies of #3F0616
Complementary color
Monochromatic Colors of #3F0616
Black with #3F0616
Text Example
Text Example
White with #3F0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0616; }
p { color: rgb(63,6,22); }
H1.HeaderClassName
{
color: #3F0616;
}
.AnyTagClassName
{
color: #3F0616;
}
</style>
background-color css
<style>
a { background-color: #3F0616; }
a { background-color: rgb(63,6,22); }
div.DivClassName
{
background-color: #3F0616;
}
.BgClassName
{
background-color: #3F0616;
}
</style>
border-color css
<style>
span { border-color: #3F0616; }
span { border-color: rgb(63,6,22); }
td.TdClassName
{
border-color: #3F0616;
}
.TagClassName
{
border-color: #3F0616;
}
</style>