Shades of Rustic Red #3F060C
Tints of Rustic Red #3F060C
RGB
CMYK
RGB Variations
Color information
#3F060C (or 0x3F060C) is known color: Rustic Red. HEX triplet: 3F, 06 and 0C. RGB value is (63,6,12). Sum of RGB (Red+Green+Blue) = 63+6+12=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060C is #C0F9F3. Grayscale: #171717. Windows color (decimal): -12646900 or 788031. OLE color: 788031.
HSL color Cylindrical-coordinate representation of color #3F060C: hue angle of 353.68º 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 #3F060C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 12 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.75 |
| HSL | 353.68º | 0.83% | 0.14% | - |
| HSV(B) | 353.68º | 0.9% | 0.25% | - |
| XYZ | 2.18 | 1.21 | 0.47 | - |
| YUV | 23.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 12 | 0 | 0.90 | 0.81 | 0.75 | 353.68 | 0.83 | 0.14 |
| Hex | 3F | 6 | C | 0 | 5A | 51 | 4B | 162 | 53 | E |
| Octal | 77 | 6 | 14 | 0 | 132 | 121 | 113 | 542 | 123 | 16 |
| Binary | 111111 | 110 | 1100 | 0 | 1011010 | 1010001 | 1001011 | 101100010 | 1010011 | 1110 |
Color Harmonies of #3F060C
Complementary color
Monochromatic Colors of #3F060C
Black with #3F060C
Text Example
Text Example
White with #3F060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F060C; }
p { color: rgb(63,6,12); }
H1.HeaderClassName
{
color: #3F060C;
}
.AnyTagClassName
{
color: #3F060C;
}
</style>
background-color css
<style>
a { background-color: #3F060C; }
a { background-color: rgb(63,6,12); }
div.DivClassName
{
background-color: #3F060C;
}
.BgClassName
{
background-color: #3F060C;
}
</style>
border-color css
<style>
span { border-color: #3F060C; }
span { border-color: rgb(63,6,12); }
td.TdClassName
{
border-color: #3F060C;
}
.TagClassName
{
border-color: #3F060C;
}
</style>