Shades of Rustic Red #401011
Tints of Rustic Red #401011
RGB
CMYK
RGB Variations
Color information
#401011 (or 0x401011) is known color: Rustic Red. HEX triplet: 40, 10 and 11. RGB value is (64,16,17). Sum of RGB (Red+Green+Blue) = 64+16+17=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401011 is #BFEFEE. Grayscale: #1E1E1E. Windows color (decimal): -12578799 or 1118272. OLE color: 1118272.
HSL color Cylindrical-coordinate representation of color #401011: hue angle of 358.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 #401011 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 17 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.75 |
| HSL | 358.75º | 0.6% | 0.16% | - |
| HSV(B) | 358.75º | 0.75% | 0.25% | - |
| XYZ | 2.4 | 1.5 | 0.69 | - |
| YUV | 30.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 17 | 0 | 0.75 | 0.73 | 0.75 | 358.75 | 0.6 | 0.16 |
| Hex | 40 | 10 | 11 | 0 | 4B | 49 | 4B | 167 | 3C | 10 |
| Octal | 100 | 20 | 21 | 0 | 113 | 111 | 113 | 547 | 74 | 20 |
| Binary | 1000000 | 10000 | 10001 | 0 | 1001011 | 1001001 | 1001011 | 101100111 | 111100 | 10000 |
Color Harmonies of #401011
Complementary color
Monochromatic Colors of #401011
Black with #401011
Text Example
Text Example
White with #401011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401011; }
p { color: rgb(64,16,17); }
H1.HeaderClassName
{
color: #401011;
}
.AnyTagClassName
{
color: #401011;
}
</style>
background-color css
<style>
a { background-color: #401011; }
a { background-color: rgb(64,16,17); }
div.DivClassName
{
background-color: #401011;
}
.BgClassName
{
background-color: #401011;
}
</style>
border-color css
<style>
span { border-color: #401011; }
span { border-color: rgb(64,16,17); }
td.TdClassName
{
border-color: #401011;
}
.TagClassName
{
border-color: #401011;
}
</style>