Shades of Rustic Red #400515
Tints of Rustic Red #400515
RGB
CMYK
RGB Variations
Color information
#400515 (or 0x400515) is known color: Rustic Red. HEX triplet: 40, 05 and 15. RGB value is (64,5,21). Sum of RGB (Red+Green+Blue) = 64+5+21=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400515 is #BFFAEA. Grayscale: #181818. Windows color (decimal): -12581611 or 1377600. OLE color: 1377600.
HSL color Cylindrical-coordinate representation of color #400515: hue angle of 343.73º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400515 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 21 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.75 |
| HSL | 343.73º | 0.86% | 0.14% | - |
| HSV(B) | 343.73º | 0.92% | 0.25% | - |
| XYZ | 2.3 | 1.25 | 0.83 | - |
| YUV | 24.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 21 | 0 | 0.92 | 0.67 | 0.75 | 343.73 | 0.86 | 0.14 |
| Hex | 40 | 5 | 15 | 0 | 5C | 43 | 4B | 158 | 56 | E |
| Octal | 100 | 5 | 25 | 0 | 134 | 103 | 113 | 530 | 126 | 16 |
| Binary | 1000000 | 101 | 10101 | 0 | 1011100 | 1000011 | 1001011 | 101011000 | 1010110 | 1110 |
Color Harmonies of #400515
Complementary color
Monochromatic Colors of #400515
Black with #400515
Text Example
Text Example
White with #400515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400515; }
p { color: rgb(64,5,21); }
H1.HeaderClassName
{
color: #400515;
}
.AnyTagClassName
{
color: #400515;
}
</style>
background-color css
<style>
a { background-color: #400515; }
a { background-color: rgb(64,5,21); }
div.DivClassName
{
background-color: #400515;
}
.BgClassName
{
background-color: #400515;
}
</style>
border-color css
<style>
span { border-color: #400515; }
span { border-color: rgb(64,5,21); }
td.TdClassName
{
border-color: #400515;
}
.TagClassName
{
border-color: #400515;
}
</style>