Shades of Rustic Red #401519
Tints of Rustic Red #401519
RGB
CMYK
RGB Variations
Color information
#401519 (or 0x401519) is known color: Rustic Red. HEX triplet: 40, 15 and 19. RGB value is (64,21,25). Sum of RGB (Red+Green+Blue) = 64+21+25=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401519 is #BFEAE6. Grayscale: #222222. Windows color (decimal): -12577511 or 1643840. OLE color: 1643840.
HSL color Cylindrical-coordinate representation of color #401519: hue angle of 354.42º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401519 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 25 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.75 |
| HSL | 354.42º | 0.51% | 0.17% | - |
| HSV(B) | 354.42º | 0.67% | 0.25% | - |
| XYZ | 2.56 | 1.7 | 1.11 | - |
| YUV | 34.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 25 | 0 | 0.67 | 0.61 | 0.75 | 354.42 | 0.51 | 0.17 |
| Hex | 40 | 15 | 19 | 0 | 43 | 3D | 4B | 162 | 33 | 11 |
| Octal | 100 | 25 | 31 | 0 | 103 | 75 | 113 | 542 | 63 | 21 |
| Binary | 1000000 | 10101 | 11001 | 0 | 1000011 | 111101 | 1001011 | 101100010 | 110011 | 10001 |
Color Harmonies of #401519
Complementary color
Monochromatic Colors of #401519
Black with #401519
Text Example
Text Example
White with #401519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401519; }
p { color: rgb(64,21,25); }
H1.HeaderClassName
{
color: #401519;
}
.AnyTagClassName
{
color: #401519;
}
</style>
background-color css
<style>
a { background-color: #401519; }
a { background-color: rgb(64,21,25); }
div.DivClassName
{
background-color: #401519;
}
.BgClassName
{
background-color: #401519;
}
</style>
border-color css
<style>
span { border-color: #401519; }
span { border-color: rgb(64,21,25); }
td.TdClassName
{
border-color: #401519;
}
.TagClassName
{
border-color: #401519;
}
</style>