Shades of Rustic Red #401A1C
Tints of Rustic Red #401A1C
RGB
CMYK
RGB Variations
Color information
#401A1C (or 0x401A1C) is known color: Rustic Red. HEX triplet: 40, 1A and 1C. RGB value is (64,26,28). Sum of RGB (Red+Green+Blue) = 64+26+28=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1C is #BFE5E3. Grayscale: #252525. Windows color (decimal): -12576228 or 1841728. OLE color: 1841728.
HSL color Cylindrical-coordinate representation of color #401A1C: hue angle of 356.84º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A1C is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 28 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.75 |
| HSL | 356.84º | 0.42% | 0.18% | - |
| HSV(B) | 356.84º | 0.59% | 0.25% | - |
| XYZ | 2.69 | 1.91 | 1.33 | - |
| YUV | 37.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 28 | 0 | 0.59 | 0.56 | 0.75 | 356.84 | 0.42 | 0.18 |
| Hex | 40 | 1A | 1C | 0 | 3B | 38 | 4B | 165 | 2A | 12 |
| Octal | 100 | 32 | 34 | 0 | 73 | 70 | 113 | 545 | 52 | 22 |
| Binary | 1000000 | 11010 | 11100 | 0 | 111011 | 111000 | 1001011 | 101100101 | 101010 | 10010 |
Color Harmonies of #401A1C
Complementary color
Monochromatic Colors of #401A1C
Black with #401A1C
Text Example
Text Example
White with #401A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A1C; }
p { color: rgb(64,26,28); }
H1.HeaderClassName
{
color: #401A1C;
}
.AnyTagClassName
{
color: #401A1C;
}
</style>
background-color css
<style>
a { background-color: #401A1C; }
a { background-color: rgb(64,26,28); }
div.DivClassName
{
background-color: #401A1C;
}
.BgClassName
{
background-color: #401A1C;
}
</style>
border-color css
<style>
span { border-color: #401A1C; }
span { border-color: rgb(64,26,28); }
td.TdClassName
{
border-color: #401A1C;
}
.TagClassName
{
border-color: #401A1C;
}
</style>