Shades of Rustic Red #3F080C
Tints of Rustic Red #3F080C
RGB
CMYK
RGB Variations
Color information
#3F080C (or 0x3F080C) is known color: Rustic Red. HEX triplet: 3F, 08 and 0C. RGB value is (63,8,12). Sum of RGB (Red+Green+Blue) = 63+8+12=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F080C is #C0F7F3. Grayscale: #181818. Windows color (decimal): -12646388 or 788543. OLE color: 788543.
HSL color Cylindrical-coordinate representation of color #3F080C: hue angle of 355.64º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F080C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 12 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.75 |
| HSL | 355.64º | 0.77% | 0.14% | - |
| HSV(B) | 355.64º | 0.87% | 0.25% | - |
| XYZ | 2.2 | 1.26 | 0.47 | - |
| YUV | 24.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 12 | 0 | 0.87 | 0.81 | 0.75 | 355.64 | 0.77 | 0.14 |
| Hex | 3F | 8 | C | 0 | 57 | 51 | 4B | 164 | 4D | E |
| Octal | 77 | 10 | 14 | 0 | 127 | 121 | 113 | 544 | 115 | 16 |
| Binary | 111111 | 1000 | 1100 | 0 | 1010111 | 1010001 | 1001011 | 101100100 | 1001101 | 1110 |
Color Harmonies of #3F080C
Complementary color
Monochromatic Colors of #3F080C
Black with #3F080C
Text Example
Text Example
White with #3F080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F080C; }
p { color: rgb(63,8,12); }
H1.HeaderClassName
{
color: #3F080C;
}
.AnyTagClassName
{
color: #3F080C;
}
</style>
background-color css
<style>
a { background-color: #3F080C; }
a { background-color: rgb(63,8,12); }
div.DivClassName
{
background-color: #3F080C;
}
.BgClassName
{
background-color: #3F080C;
}
</style>
border-color css
<style>
span { border-color: #3F080C; }
span { border-color: rgb(63,8,12); }
td.TdClassName
{
border-color: #3F080C;
}
.TagClassName
{
border-color: #3F080C;
}
</style>