Shades of Rustic Red #3F0C17
Tints of Rustic Red #3F0C17
RGB
CMYK
RGB Variations
Color information
#3F0C17 (or 0x3F0C17) is known color: Rustic Red. HEX triplet: 3F, 0C and 17. RGB value is (63,12,23). Sum of RGB (Red+Green+Blue) = 63+12+23=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C17 is #C0F3E8. Grayscale: #1C1C1C. Windows color (decimal): -12645353 or 1510463. OLE color: 1510463.
HSL color Cylindrical-coordinate representation of color #3F0C17: hue angle of 347.06º 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 #3F0C17 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 12 | 23 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.75 |
| HSL | 347.06º | 0.68% | 0.15% | - |
| HSV(B) | 347.06º | 0.81% | 0.25% | - |
| XYZ | 2.34 | 1.38 | 0.95 | - |
| YUV | 28.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 23 | 0 | 0.81 | 0.63 | 0.75 | 347.06 | 0.68 | 0.15 |
| Hex | 3F | C | 17 | 0 | 51 | 3F | 4B | 15B | 44 | F |
| Octal | 77 | 14 | 27 | 0 | 121 | 77 | 113 | 533 | 104 | 17 |
| Binary | 111111 | 1100 | 10111 | 0 | 1010001 | 111111 | 1001011 | 101011011 | 1000100 | 1111 |
Color Harmonies of #3F0C17
Complementary color
Monochromatic Colors of #3F0C17
Black with #3F0C17
Text Example
Text Example
White with #3F0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C17; }
p { color: rgb(63,12,23); }
H1.HeaderClassName
{
color: #3F0C17;
}
.AnyTagClassName
{
color: #3F0C17;
}
</style>
background-color css
<style>
a { background-color: #3F0C17; }
a { background-color: rgb(63,12,23); }
div.DivClassName
{
background-color: #3F0C17;
}
.BgClassName
{
background-color: #3F0C17;
}
</style>
border-color css
<style>
span { border-color: #3F0C17; }
span { border-color: rgb(63,12,23); }
td.TdClassName
{
border-color: #3F0C17;
}
.TagClassName
{
border-color: #3F0C17;
}
</style>