Shades of Rustic Red #3F0F12
Tints of Rustic Red #3F0F12
RGB
CMYK
RGB Variations
Color information
#3F0F12 (or 0x3F0F12) is known color: Rustic Red. HEX triplet: 3F, 0F and 12. RGB value is (63,15,18). Sum of RGB (Red+Green+Blue) = 63+15+18=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0F12 is #C0F0ED. Grayscale: #1D1D1D. Windows color (decimal): -12644590 or 1183551. OLE color: 1183551.
HSL color Cylindrical-coordinate representation of color #3F0F12: hue angle of 356.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F0F12 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 15 | 18 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.75 |
| HSL | 356.25º | 0.62% | 0.15% | - |
| HSV(B) | 356.25º | 0.76% | 0.25% | - |
| XYZ | 2.33 | 1.44 | 0.73 | - |
| YUV | 29.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 18 | 0 | 0.76 | 0.71 | 0.75 | 356.25 | 0.62 | 0.15 |
| Hex | 3F | F | 12 | 0 | 4C | 47 | 4B | 164 | 3E | F |
| Octal | 77 | 17 | 22 | 0 | 114 | 107 | 113 | 544 | 76 | 17 |
| Binary | 111111 | 1111 | 10010 | 0 | 1001100 | 1000111 | 1001011 | 101100100 | 111110 | 1111 |
Color Harmonies of #3F0F12
Complementary color
Monochromatic Colors of #3F0F12
Black with #3F0F12
Text Example
Text Example
White with #3F0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F12; }
p { color: rgb(63,15,18); }
H1.HeaderClassName
{
color: #3F0F12;
}
.AnyTagClassName
{
color: #3F0F12;
}
</style>
background-color css
<style>
a { background-color: #3F0F12; }
a { background-color: rgb(63,15,18); }
div.DivClassName
{
background-color: #3F0F12;
}
.BgClassName
{
background-color: #3F0F12;
}
</style>
border-color css
<style>
span { border-color: #3F0F12; }
span { border-color: rgb(63,15,18); }
td.TdClassName
{
border-color: #3F0F12;
}
.TagClassName
{
border-color: #3F0F12;
}
</style>