Shades of Rustic Red #401015
Tints of Rustic Red #401015
RGB
CMYK
RGB Variations
Color information
#401015 (or 0x401015) is known color: Rustic Red. HEX triplet: 40, 10 and 15. RGB value is (64,16,21). Sum of RGB (Red+Green+Blue) = 64+16+21=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401015 is #BFEFEA. Grayscale: #1E1E1E. Windows color (decimal): -12578795 or 1380416. OLE color: 1380416.
HSL color Cylindrical-coordinate representation of color #401015: hue angle of 353.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401015 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 21 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.75 |
| HSL | 353.75º | 0.6% | 0.16% | - |
| HSV(B) | 353.75º | 0.75% | 0.25% | - |
| XYZ | 2.44 | 1.51 | 0.87 | - |
| YUV | 30.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 21 | 0 | 0.75 | 0.67 | 0.75 | 353.75 | 0.6 | 0.16 |
| Hex | 40 | 10 | 15 | 0 | 4B | 43 | 4B | 162 | 3C | 10 |
| Octal | 100 | 20 | 25 | 0 | 113 | 103 | 113 | 542 | 74 | 20 |
| Binary | 1000000 | 10000 | 10101 | 0 | 1001011 | 1000011 | 1001011 | 101100010 | 111100 | 10000 |
Color Harmonies of #401015
Complementary color
Monochromatic Colors of #401015
Black with #401015
Text Example
Text Example
White with #401015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401015; }
p { color: rgb(64,16,21); }
H1.HeaderClassName
{
color: #401015;
}
.AnyTagClassName
{
color: #401015;
}
</style>
background-color css
<style>
a { background-color: #401015; }
a { background-color: rgb(64,16,21); }
div.DivClassName
{
background-color: #401015;
}
.BgClassName
{
background-color: #401015;
}
</style>
border-color css
<style>
span { border-color: #401015; }
span { border-color: rgb(64,16,21); }
td.TdClassName
{
border-color: #401015;
}
.TagClassName
{
border-color: #401015;
}
</style>