Shades of Rustic Red #3F0915
Tints of Rustic Red #3F0915
RGB
CMYK
RGB Variations
Color information
#3F0915 (or 0x3F0915) is known color: Rustic Red. HEX triplet: 3F, 09 and 15. RGB value is (63,9,21). Sum of RGB (Red+Green+Blue) = 63+9+21=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0915 is #C0F6EA. Grayscale: #1A1A1A. Windows color (decimal): -12646123 or 1378623. OLE color: 1378623.
HSL color Cylindrical-coordinate representation of color #3F0915: hue angle of 346.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0915 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 21 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.75 |
| HSL | 346.67º | 0.75% | 0.14% | - |
| HSV(B) | 346.67º | 0.86% | 0.25% | - |
| XYZ | 2.28 | 1.31 | 0.84 | - |
| YUV | 26.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 21 | 0 | 0.86 | 0.67 | 0.75 | 346.67 | 0.75 | 0.14 |
| Hex | 3F | 9 | 15 | 0 | 56 | 43 | 4B | 15B | 4B | E |
| Octal | 77 | 11 | 25 | 0 | 126 | 103 | 113 | 533 | 113 | 16 |
| Binary | 111111 | 1001 | 10101 | 0 | 1010110 | 1000011 | 1001011 | 101011011 | 1001011 | 1110 |
Color Harmonies of #3F0915
Complementary color
Monochromatic Colors of #3F0915
Black with #3F0915
Text Example
Text Example
White with #3F0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0915; }
p { color: rgb(63,9,21); }
H1.HeaderClassName
{
color: #3F0915;
}
.AnyTagClassName
{
color: #3F0915;
}
</style>
background-color css
<style>
a { background-color: #3F0915; }
a { background-color: rgb(63,9,21); }
div.DivClassName
{
background-color: #3F0915;
}
.BgClassName
{
background-color: #3F0915;
}
</style>
border-color css
<style>
span { border-color: #3F0915; }
span { border-color: rgb(63,9,21); }
td.TdClassName
{
border-color: #3F0915;
}
.TagClassName
{
border-color: #3F0915;
}
</style>