Shades of Rustic Red #3F0C0F
Tints of Rustic Red #3F0C0F
RGB
CMYK
RGB Variations
Color information
#3F0C0F (or 0x3F0C0F) is known color: Rustic Red. HEX triplet: 3F, 0C and 0F. RGB value is (63,12,15). Sum of RGB (Red+Green+Blue) = 63+12+15=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C0F is #C0F3F0. Grayscale: #1B1B1B. Windows color (decimal): -12645361 or 986175. OLE color: 986175.
HSL color Cylindrical-coordinate representation of color #3F0C0F: hue angle of 356.47º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F0C0F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 12 | 15 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.75 |
| HSL | 356.47º | 0.68% | 0.15% | - |
| HSV(B) | 356.47º | 0.81% | 0.25% | - |
| XYZ | 2.27 | 1.35 | 0.59 | - |
| YUV | 27.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 15 | 0 | 0.81 | 0.76 | 0.75 | 356.47 | 0.68 | 0.15 |
| Hex | 3F | C | F | 0 | 51 | 4C | 4B | 164 | 44 | F |
| Octal | 77 | 14 | 17 | 0 | 121 | 114 | 113 | 544 | 104 | 17 |
| Binary | 111111 | 1100 | 1111 | 0 | 1010001 | 1001100 | 1001011 | 101100100 | 1000100 | 1111 |
Color Harmonies of #3F0C0F
Complementary color
Monochromatic Colors of #3F0C0F
Black with #3F0C0F
Text Example
Text Example
White with #3F0C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C0F; }
p { color: rgb(63,12,15); }
H1.HeaderClassName
{
color: #3F0C0F;
}
.AnyTagClassName
{
color: #3F0C0F;
}
</style>
background-color css
<style>
a { background-color: #3F0C0F; }
a { background-color: rgb(63,12,15); }
div.DivClassName
{
background-color: #3F0C0F;
}
.BgClassName
{
background-color: #3F0C0F;
}
</style>
border-color css
<style>
span { border-color: #3F0C0F; }
span { border-color: rgb(63,12,15); }
td.TdClassName
{
border-color: #3F0C0F;
}
.TagClassName
{
border-color: #3F0C0F;
}
</style>