Shades of Rustic Red #400110
Tints of Rustic Red #400110
RGB
CMYK
RGB Variations
Color information
#400110 (or 0x400110) is known color: Rustic Red. HEX triplet: 40, 01 and 10. RGB value is (64,1,16). Sum of RGB (Red+Green+Blue) = 64+1+16=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #400110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400110 is #BFFEEF. Grayscale: #151515. Windows color (decimal): -12582640 or 1048896. OLE color: 1048896.
HSL color Cylindrical-coordinate representation of color #400110: hue angle of 345.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400110 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 16 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.75 |
| HSL | 345.71º | 0.97% | 0.13% | - |
| HSV(B) | 345.71º | 0.98% | 0.25% | - |
| XYZ | 2.22 | 1.15 | 0.6 | - |
| YUV | 21.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 16 | 0 | 0.98 | 0.75 | 0.75 | 345.71 | 0.97 | 0.13 |
| Hex | 40 | 1 | 10 | 0 | 62 | 4B | 4B | 15A | 61 | D |
| Octal | 100 | 1 | 20 | 0 | 142 | 113 | 113 | 532 | 141 | 15 |
| Binary | 1000000 | 1 | 10000 | 0 | 1100010 | 1001011 | 1001011 | 101011010 | 1100001 | 1101 |
Color Harmonies of #400110
Complementary color
Monochromatic Colors of #400110
Black with #400110
Text Example
Text Example
White with #400110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400110; }
p { color: rgb(64,1,16); }
H1.HeaderClassName
{
color: #400110;
}
.AnyTagClassName
{
color: #400110;
}
</style>
background-color css
<style>
a { background-color: #400110; }
a { background-color: rgb(64,1,16); }
div.DivClassName
{
background-color: #400110;
}
.BgClassName
{
background-color: #400110;
}
</style>
border-color css
<style>
span { border-color: #400110; }
span { border-color: rgb(64,1,16); }
td.TdClassName
{
border-color: #400110;
}
.TagClassName
{
border-color: #400110;
}
</style>