Shades of Rustic Red #3F0619
Tints of Rustic Red #3F0619
RGB
CMYK
RGB Variations
Color information
#3F0619 (or 0x3F0619) is known color: Rustic Red. HEX triplet: 3F, 06 and 19. RGB value is (63,6,25). Sum of RGB (Red+Green+Blue) = 63+6+25=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0619 is #C0F9E6. Grayscale: #191919. Windows color (decimal): -12646887 or 1639999. OLE color: 1639999.
HSL color Cylindrical-coordinate representation of color #3F0619: hue angle of 340º 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 #3F0619 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 25 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.75 |
| HSL | 340º | 0.83% | 0.14% | - |
| HSV(B) | 340º | 0.9% | 0.25% | - |
| XYZ | 2.29 | 1.26 | 1.04 | - |
| YUV | 25.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 25 | 0 | 0.90 | 0.60 | 0.75 | 340 | 0.83 | 0.14 |
| Hex | 3F | 6 | 19 | 0 | 5A | 3C | 4B | 154 | 53 | E |
| Octal | 77 | 6 | 31 | 0 | 132 | 74 | 113 | 524 | 123 | 16 |
| Binary | 111111 | 110 | 11001 | 0 | 1011010 | 111100 | 1001011 | 101010100 | 1010011 | 1110 |
Color Harmonies of #3F0619
Complementary color
Monochromatic Colors of #3F0619
Black with #3F0619
Text Example
Text Example
White with #3F0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0619; }
p { color: rgb(63,6,25); }
H1.HeaderClassName
{
color: #3F0619;
}
.AnyTagClassName
{
color: #3F0619;
}
</style>
background-color css
<style>
a { background-color: #3F0619; }
a { background-color: rgb(63,6,25); }
div.DivClassName
{
background-color: #3F0619;
}
.BgClassName
{
background-color: #3F0619;
}
</style>
border-color css
<style>
span { border-color: #3F0619; }
span { border-color: rgb(63,6,25); }
td.TdClassName
{
border-color: #3F0619;
}
.TagClassName
{
border-color: #3F0619;
}
</style>