Shades of Rustic Red #3F0519
Tints of Rustic Red #3F0519
RGB
CMYK
RGB Variations
Color information
#3F0519 (or 0x3F0519) is known color: Rustic Red. HEX triplet: 3F, 05 and 19. RGB value is (63,5,25). Sum of RGB (Red+Green+Blue) = 63+5+25=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0519 is #C0FAE6. Grayscale: #181818. Windows color (decimal): -12647143 or 1639743. OLE color: 1639743.
HSL color Cylindrical-coordinate representation of color #3F0519: hue angle of 339.31º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0519 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 5 | 25 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.75 |
| HSL | 339.31º | 0.85% | 0.13% | - |
| HSV(B) | 339.31º | 0.92% | 0.25% | - |
| XYZ | 2.28 | 1.24 | 1.04 | - |
| YUV | 24.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 25 | 0 | 0.92 | 0.60 | 0.75 | 339.31 | 0.85 | 0.13 |
| Hex | 3F | 5 | 19 | 0 | 5C | 3C | 4B | 153 | 55 | D |
| Octal | 77 | 5 | 31 | 0 | 134 | 74 | 113 | 523 | 125 | 15 |
| Binary | 111111 | 101 | 11001 | 0 | 1011100 | 111100 | 1001011 | 101010011 | 1010101 | 1101 |
Color Harmonies of #3F0519
Complementary color
Monochromatic Colors of #3F0519
Black with #3F0519
Text Example
Text Example
White with #3F0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0519; }
p { color: rgb(63,5,25); }
H1.HeaderClassName
{
color: #3F0519;
}
.AnyTagClassName
{
color: #3F0519;
}
</style>
background-color css
<style>
a { background-color: #3F0519; }
a { background-color: rgb(63,5,25); }
div.DivClassName
{
background-color: #3F0519;
}
.BgClassName
{
background-color: #3F0519;
}
</style>
border-color css
<style>
span { border-color: #3F0519; }
span { border-color: rgb(63,5,25); }
td.TdClassName
{
border-color: #3F0519;
}
.TagClassName
{
border-color: #3F0519;
}
</style>