Shades of Rustic Red #401C20
Tints of Rustic Red #401C20
RGB
CMYK
RGB Variations
Color information
#401C20 (or 0x401C20) is known color: Rustic Red. HEX triplet: 40, 1C and 20. RGB value is (64,28,32). Sum of RGB (Red+Green+Blue) = 64+28+32=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C20 is #BFE3DF. Grayscale: #272727. Windows color (decimal): -12575712 or 2104384. OLE color: 2104384.
HSL color Cylindrical-coordinate representation of color #401C20: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C20 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 32 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.75 |
| HSL | 353.33º | 0.39% | 0.18% | - |
| HSV(B) | 353.33º | 0.56% | 0.25% | - |
| XYZ | 2.79 | 2.02 | 1.61 | - |
| YUV | 39.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 32 | 0 | 0.56 | 0.50 | 0.75 | 353.33 | 0.39 | 0.18 |
| Hex | 40 | 1C | 20 | 0 | 38 | 32 | 4B | 161 | 27 | 12 |
| Octal | 100 | 34 | 40 | 0 | 70 | 62 | 113 | 541 | 47 | 22 |
| Binary | 1000000 | 11100 | 100000 | 0 | 111000 | 110010 | 1001011 | 101100001 | 100111 | 10010 |
Color Harmonies of #401C20
Complementary color
Monochromatic Colors of #401C20
Black with #401C20
Text Example
Text Example
White with #401C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C20; }
p { color: rgb(64,28,32); }
H1.HeaderClassName
{
color: #401C20;
}
.AnyTagClassName
{
color: #401C20;
}
</style>
background-color css
<style>
a { background-color: #401C20; }
a { background-color: rgb(64,28,32); }
div.DivClassName
{
background-color: #401C20;
}
.BgClassName
{
background-color: #401C20;
}
</style>
border-color css
<style>
span { border-color: #401C20; }
span { border-color: rgb(64,28,32); }
td.TdClassName
{
border-color: #401C20;
}
.TagClassName
{
border-color: #401C20;
}
</style>