Shades of Rustic Red #3F0F18
Tints of Rustic Red #3F0F18
RGB
CMYK
RGB Variations
Color information
#3F0F18 (or 0x3F0F18) is known color: Rustic Red. HEX triplet: 3F, 0F and 18. RGB value is (63,15,24). Sum of RGB (Red+Green+Blue) = 63+15+24=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0F18 is #C0F0E7. Grayscale: #1E1E1E. Windows color (decimal): -12644584 or 1576767. OLE color: 1576767.
HSL color Cylindrical-coordinate representation of color #3F0F18: hue angle of 348.75º 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 #3F0F18 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 15 | 24 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.75 |
| HSL | 348.75º | 0.62% | 0.15% | - |
| HSV(B) | 348.75º | 0.76% | 0.25% | - |
| XYZ | 2.39 | 1.46 | 1.02 | - |
| YUV | 30.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 24 | 0 | 0.76 | 0.62 | 0.75 | 348.75 | 0.62 | 0.15 |
| Hex | 3F | F | 18 | 0 | 4C | 3E | 4B | 15D | 3E | F |
| Octal | 77 | 17 | 30 | 0 | 114 | 76 | 113 | 535 | 76 | 17 |
| Binary | 111111 | 1111 | 11000 | 0 | 1001100 | 111110 | 1001011 | 101011101 | 111110 | 1111 |
Color Harmonies of #3F0F18
Complementary color
Monochromatic Colors of #3F0F18
Black with #3F0F18
Text Example
Text Example
White with #3F0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F18; }
p { color: rgb(63,15,24); }
H1.HeaderClassName
{
color: #3F0F18;
}
.AnyTagClassName
{
color: #3F0F18;
}
</style>
background-color css
<style>
a { background-color: #3F0F18; }
a { background-color: rgb(63,15,24); }
div.DivClassName
{
background-color: #3F0F18;
}
.BgClassName
{
background-color: #3F0F18;
}
</style>
border-color css
<style>
span { border-color: #3F0F18; }
span { border-color: rgb(63,15,24); }
td.TdClassName
{
border-color: #3F0F18;
}
.TagClassName
{
border-color: #3F0F18;
}
</style>