Shades of Rustic Red #401115
Tints of Rustic Red #401115
RGB
CMYK
RGB Variations
Color information
#401115 (or 0x401115) is known color: Rustic Red. HEX triplet: 40, 11 and 15. RGB value is (64,17,21). Sum of RGB (Red+Green+Blue) = 64+17+21=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401115 is #BFEEEA. Grayscale: #1F1F1F. Windows color (decimal): -12578539 or 1380672. OLE color: 1380672.
HSL color Cylindrical-coordinate representation of color #401115: hue angle of 354.89º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401115 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 21 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.75 |
| HSL | 354.89º | 0.58% | 0.16% | - |
| HSV(B) | 354.89º | 0.73% | 0.25% | - |
| XYZ | 2.45 | 1.55 | 0.88 | - |
| YUV | 31.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 21 | 0 | 0.73 | 0.67 | 0.75 | 354.89 | 0.58 | 0.16 |
| Hex | 40 | 11 | 15 | 0 | 49 | 43 | 4B | 163 | 3A | 10 |
| Octal | 100 | 21 | 25 | 0 | 111 | 103 | 113 | 543 | 72 | 20 |
| Binary | 1000000 | 10001 | 10101 | 0 | 1001001 | 1000011 | 1001011 | 101100011 | 111010 | 10000 |
Color Harmonies of #401115
Complementary color
Monochromatic Colors of #401115
Black with #401115
Text Example
Text Example
White with #401115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401115; }
p { color: rgb(64,17,21); }
H1.HeaderClassName
{
color: #401115;
}
.AnyTagClassName
{
color: #401115;
}
</style>
background-color css
<style>
a { background-color: #401115; }
a { background-color: rgb(64,17,21); }
div.DivClassName
{
background-color: #401115;
}
.BgClassName
{
background-color: #401115;
}
</style>
border-color css
<style>
span { border-color: #401115; }
span { border-color: rgb(64,17,21); }
td.TdClassName
{
border-color: #401115;
}
.TagClassName
{
border-color: #401115;
}
</style>