Shades of Rustic Red #401416
Tints of Rustic Red #401416
RGB
CMYK
RGB Variations
Color information
#401416 (or 0x401416) is known color: Rustic Red. HEX triplet: 40, 14 and 16. RGB value is (64,20,22). Sum of RGB (Red+Green+Blue) = 64+20+22=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401416 is #BFEBE9. Grayscale: #212121. Windows color (decimal): -12577770 or 1446976. OLE color: 1446976.
HSL color Cylindrical-coordinate representation of color #401416: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401416 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 22 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.75 |
| HSL | 357.27º | 0.52% | 0.16% | - |
| HSV(B) | 357.27º | 0.69% | 0.25% | - |
| XYZ | 2.51 | 1.65 | 0.94 | - |
| YUV | 33.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 22 | 0 | 0.69 | 0.66 | 0.75 | 357.27 | 0.52 | 0.16 |
| Hex | 40 | 14 | 16 | 0 | 45 | 42 | 4B | 165 | 34 | 10 |
| Octal | 100 | 24 | 26 | 0 | 105 | 102 | 113 | 545 | 64 | 20 |
| Binary | 1000000 | 10100 | 10110 | 0 | 1000101 | 1000010 | 1001011 | 101100101 | 110100 | 10000 |
Color Harmonies of #401416
Complementary color
Monochromatic Colors of #401416
Black with #401416
Text Example
Text Example
White with #401416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401416; }
p { color: rgb(64,20,22); }
H1.HeaderClassName
{
color: #401416;
}
.AnyTagClassName
{
color: #401416;
}
</style>
background-color css
<style>
a { background-color: #401416; }
a { background-color: rgb(64,20,22); }
div.DivClassName
{
background-color: #401416;
}
.BgClassName
{
background-color: #401416;
}
</style>
border-color css
<style>
span { border-color: #401416; }
span { border-color: rgb(64,20,22); }
td.TdClassName
{
border-color: #401416;
}
.TagClassName
{
border-color: #401416;
}
</style>