Shades of Rustic Red #401219
Tints of Rustic Red #401219
RGB
CMYK
RGB Variations
Color information
#401219 (or 0x401219) is known color: Rustic Red. HEX triplet: 40, 12 and 19. RGB value is (64,18,25). Sum of RGB (Red+Green+Blue) = 64+18+25=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401219 is #BFEDE6. Grayscale: #202020. Windows color (decimal): -12578279 or 1643072. OLE color: 1643072.
HSL color Cylindrical-coordinate representation of color #401219: hue angle of 350.87º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401219 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 25 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.75 |
| HSL | 350.87º | 0.56% | 0.16% | - |
| HSV(B) | 350.87º | 0.72% | 0.25% | - |
| XYZ | 2.51 | 1.59 | 1.1 | - |
| YUV | 32.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 25 | 0 | 0.72 | 0.61 | 0.75 | 350.87 | 0.56 | 0.16 |
| Hex | 40 | 12 | 19 | 0 | 48 | 3D | 4B | 15F | 38 | 10 |
| Octal | 100 | 22 | 31 | 0 | 110 | 75 | 113 | 537 | 70 | 20 |
| Binary | 1000000 | 10010 | 11001 | 0 | 1001000 | 111101 | 1001011 | 101011111 | 111000 | 10000 |
Color Harmonies of #401219
Complementary color
Monochromatic Colors of #401219
Black with #401219
Text Example
Text Example
White with #401219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401219; }
p { color: rgb(64,18,25); }
H1.HeaderClassName
{
color: #401219;
}
.AnyTagClassName
{
color: #401219;
}
</style>
background-color css
<style>
a { background-color: #401219; }
a { background-color: rgb(64,18,25); }
div.DivClassName
{
background-color: #401219;
}
.BgClassName
{
background-color: #401219;
}
</style>
border-color css
<style>
span { border-color: #401219; }
span { border-color: rgb(64,18,25); }
td.TdClassName
{
border-color: #401219;
}
.TagClassName
{
border-color: #401219;
}
</style>