Shades of Rustic Red #3F0812
Tints of Rustic Red #3F0812
RGB
CMYK
RGB Variations
Color information
#3F0812 (or 0x3F0812) is known color: Rustic Red. HEX triplet: 3F, 08 and 12. RGB value is (63,8,18). Sum of RGB (Red+Green+Blue) = 63+8+18=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0812 is #C0F7ED. Grayscale: #191919. Windows color (decimal): -12646382 or 1181759. OLE color: 1181759.
HSL color Cylindrical-coordinate representation of color #3F0812: hue angle of 349.09º 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 #3F0812 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 18 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.75 |
| HSL | 349.09º | 0.77% | 0.14% | - |
| HSV(B) | 349.09º | 0.87% | 0.25% | - |
| XYZ | 2.25 | 1.27 | 0.7 | - |
| YUV | 25.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 18 | 0 | 0.87 | 0.71 | 0.75 | 349.09 | 0.77 | 0.14 |
| Hex | 3F | 8 | 12 | 0 | 57 | 47 | 4B | 15D | 4D | E |
| Octal | 77 | 10 | 22 | 0 | 127 | 107 | 113 | 535 | 115 | 16 |
| Binary | 111111 | 1000 | 10010 | 0 | 1010111 | 1000111 | 1001011 | 101011101 | 1001101 | 1110 |
Color Harmonies of #3F0812
Complementary color
Monochromatic Colors of #3F0812
Black with #3F0812
Text Example
Text Example
White with #3F0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0812; }
p { color: rgb(63,8,18); }
H1.HeaderClassName
{
color: #3F0812;
}
.AnyTagClassName
{
color: #3F0812;
}
</style>
background-color css
<style>
a { background-color: #3F0812; }
a { background-color: rgb(63,8,18); }
div.DivClassName
{
background-color: #3F0812;
}
.BgClassName
{
background-color: #3F0812;
}
</style>
border-color css
<style>
span { border-color: #3F0812; }
span { border-color: rgb(63,8,18); }
td.TdClassName
{
border-color: #3F0812;
}
.TagClassName
{
border-color: #3F0812;
}
</style>