Shades of Rustic Red #3F0A15
Tints of Rustic Red #3F0A15
RGB
CMYK
RGB Variations
Color information
#3F0A15 (or 0x3F0A15) is known color: Rustic Red. HEX triplet: 3F, 0A and 15. RGB value is (63,10,21). Sum of RGB (Red+Green+Blue) = 63+10+21=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A15 is #C0F5EA. Grayscale: #1B1B1B. Windows color (decimal): -12645867 or 1378879. OLE color: 1378879.
HSL color Cylindrical-coordinate representation of color #3F0A15: hue angle of 347.55º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A15 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 21 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.75 |
| HSL | 347.55º | 0.73% | 0.14% | - |
| HSV(B) | 347.55º | 0.84% | 0.25% | - |
| XYZ | 2.29 | 1.33 | 0.84 | - |
| YUV | 27.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 21 | 0 | 0.84 | 0.67 | 0.75 | 347.55 | 0.73 | 0.14 |
| Hex | 3F | A | 15 | 0 | 54 | 43 | 4B | 15C | 49 | E |
| Octal | 77 | 12 | 25 | 0 | 124 | 103 | 113 | 534 | 111 | 16 |
| Binary | 111111 | 1010 | 10101 | 0 | 1010100 | 1000011 | 1001011 | 101011100 | 1001001 | 1110 |
Color Harmonies of #3F0A15
Complementary color
Monochromatic Colors of #3F0A15
Black with #3F0A15
Text Example
Text Example
White with #3F0A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A15; }
p { color: rgb(63,10,21); }
H1.HeaderClassName
{
color: #3F0A15;
}
.AnyTagClassName
{
color: #3F0A15;
}
</style>
background-color css
<style>
a { background-color: #3F0A15; }
a { background-color: rgb(63,10,21); }
div.DivClassName
{
background-color: #3F0A15;
}
.BgClassName
{
background-color: #3F0A15;
}
</style>
border-color css
<style>
span { border-color: #3F0A15; }
span { border-color: rgb(63,10,21); }
td.TdClassName
{
border-color: #3F0A15;
}
.TagClassName
{
border-color: #3F0A15;
}
</style>