Shades of Rustic Red #3F0613
Tints of Rustic Red #3F0613
RGB
CMYK
RGB Variations
Color information
#3F0613 (or 0x3F0613) is known color: Rustic Red. HEX triplet: 3F, 06 and 13. RGB value is (63,6,19). Sum of RGB (Red+Green+Blue) = 63+6+19=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0613 is #C0F9EC. Grayscale: #181818. Windows color (decimal): -12646893 or 1246783. OLE color: 1246783.
HSL color Cylindrical-coordinate representation of color #3F0613: hue angle of 346.32º 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 #3F0613 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 19 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.75 |
| HSL | 346.32º | 0.83% | 0.14% | - |
| HSV(B) | 346.32º | 0.9% | 0.25% | - |
| XYZ | 2.23 | 1.23 | 0.74 | - |
| YUV | 24.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 19 | 0 | 0.90 | 0.70 | 0.75 | 346.32 | 0.83 | 0.14 |
| Hex | 3F | 6 | 13 | 0 | 5A | 46 | 4B | 15A | 53 | E |
| Octal | 77 | 6 | 23 | 0 | 132 | 106 | 113 | 532 | 123 | 16 |
| Binary | 111111 | 110 | 10011 | 0 | 1011010 | 1000110 | 1001011 | 101011010 | 1010011 | 1110 |
Color Harmonies of #3F0613
Complementary color
Monochromatic Colors of #3F0613
Black with #3F0613
Text Example
Text Example
White with #3F0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0613; }
p { color: rgb(63,6,19); }
H1.HeaderClassName
{
color: #3F0613;
}
.AnyTagClassName
{
color: #3F0613;
}
</style>
background-color css
<style>
a { background-color: #3F0613; }
a { background-color: rgb(63,6,19); }
div.DivClassName
{
background-color: #3F0613;
}
.BgClassName
{
background-color: #3F0613;
}
</style>
border-color css
<style>
span { border-color: #3F0613; }
span { border-color: rgb(63,6,19); }
td.TdClassName
{
border-color: #3F0613;
}
.TagClassName
{
border-color: #3F0613;
}
</style>