Shades of Rustic Red #3F0617
Tints of Rustic Red #3F0617
RGB
CMYK
RGB Variations
Color information
#3F0617 (or 0x3F0617) is known color: Rustic Red. HEX triplet: 3F, 06 and 17. RGB value is (63,6,23). Sum of RGB (Red+Green+Blue) = 63+6+23=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0617 is #C0F9E8. Grayscale: #181818. Windows color (decimal): -12646889 or 1508927. OLE color: 1508927.
HSL color Cylindrical-coordinate representation of color #3F0617: hue angle of 342.11º 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 #3F0617 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 23 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.75 |
| HSL | 342.11º | 0.83% | 0.14% | - |
| HSV(B) | 342.11º | 0.9% | 0.25% | - |
| XYZ | 2.27 | 1.25 | 0.93 | - |
| YUV | 24.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 23 | 0 | 0.90 | 0.63 | 0.75 | 342.11 | 0.83 | 0.14 |
| Hex | 3F | 6 | 17 | 0 | 5A | 3F | 4B | 156 | 53 | E |
| Octal | 77 | 6 | 27 | 0 | 132 | 77 | 113 | 526 | 123 | 16 |
| Binary | 111111 | 110 | 10111 | 0 | 1011010 | 111111 | 1001011 | 101010110 | 1010011 | 1110 |
Color Harmonies of #3F0617
Complementary color
Monochromatic Colors of #3F0617
Black with #3F0617
Text Example
Text Example
White with #3F0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0617; }
p { color: rgb(63,6,23); }
H1.HeaderClassName
{
color: #3F0617;
}
.AnyTagClassName
{
color: #3F0617;
}
</style>
background-color css
<style>
a { background-color: #3F0617; }
a { background-color: rgb(63,6,23); }
div.DivClassName
{
background-color: #3F0617;
}
.BgClassName
{
background-color: #3F0617;
}
</style>
border-color css
<style>
span { border-color: #3F0617; }
span { border-color: rgb(63,6,23); }
td.TdClassName
{
border-color: #3F0617;
}
.TagClassName
{
border-color: #3F0617;
}
</style>