Shades of Rustic Red #3F0C0D
Tints of Rustic Red #3F0C0D
RGB
CMYK
RGB Variations
Color information
#3F0C0D (or 0x3F0C0D) is known color: Rustic Red. HEX triplet: 3F, 0C and 0D. RGB value is (63,12,13). Sum of RGB (Red+Green+Blue) = 63+12+13=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C0D is #C0F3F2. Grayscale: #1B1B1B. Windows color (decimal): -12645363 or 855103. OLE color: 855103.
HSL color Cylindrical-coordinate representation of color #3F0C0D: hue angle of 358.82º 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 #3F0C0D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 12 | 13 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.75 |
| HSL | 358.82º | 0.68% | 0.15% | - |
| HSV(B) | 358.82º | 0.81% | 0.25% | - |
| XYZ | 2.25 | 1.35 | 0.52 | - |
| YUV | 27.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 13 | 0 | 0.81 | 0.79 | 0.75 | 358.82 | 0.68 | 0.15 |
| Hex | 3F | C | D | 0 | 51 | 4F | 4B | 167 | 44 | F |
| Octal | 77 | 14 | 15 | 0 | 121 | 117 | 113 | 547 | 104 | 17 |
| Binary | 111111 | 1100 | 1101 | 0 | 1010001 | 1001111 | 1001011 | 101100111 | 1000100 | 1111 |
Color Harmonies of #3F0C0D
Complementary color
Monochromatic Colors of #3F0C0D
Black with #3F0C0D
Text Example
Text Example
White with #3F0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C0D; }
p { color: rgb(63,12,13); }
H1.HeaderClassName
{
color: #3F0C0D;
}
.AnyTagClassName
{
color: #3F0C0D;
}
</style>
background-color css
<style>
a { background-color: #3F0C0D; }
a { background-color: rgb(63,12,13); }
div.DivClassName
{
background-color: #3F0C0D;
}
.BgClassName
{
background-color: #3F0C0D;
}
</style>
border-color css
<style>
span { border-color: #3F0C0D; }
span { border-color: rgb(63,12,13); }
td.TdClassName
{
border-color: #3F0C0D;
}
.TagClassName
{
border-color: #3F0C0D;
}
</style>