Shades of Rustic Red #400514
Tints of Rustic Red #400514
RGB
CMYK
RGB Variations
Color information
#400514 (or 0x400514) is known color: Rustic Red. HEX triplet: 40, 05 and 14. RGB value is (64,5,20). Sum of RGB (Red+Green+Blue) = 64+5+20=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400514 is #BFFAEB. Grayscale: #181818. Windows color (decimal): -12581612 or 1312064. OLE color: 1312064.
HSL color Cylindrical-coordinate representation of color #400514: hue angle of 344.75º 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 #400514 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 20 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.75 |
| HSL | 344.75º | 0.86% | 0.14% | - |
| HSV(B) | 344.75º | 0.92% | 0.25% | - |
| XYZ | 2.29 | 1.25 | 0.78 | - |
| YUV | 24.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 20 | 0 | 0.92 | 0.69 | 0.75 | 344.75 | 0.86 | 0.14 |
| Hex | 40 | 5 | 14 | 0 | 5C | 45 | 4B | 159 | 56 | E |
| Octal | 100 | 5 | 24 | 0 | 134 | 105 | 113 | 531 | 126 | 16 |
| Binary | 1000000 | 101 | 10100 | 0 | 1011100 | 1000101 | 1001011 | 101011001 | 1010110 | 1110 |
Color Harmonies of #400514
Complementary color
Monochromatic Colors of #400514
Black with #400514
Text Example
Text Example
White with #400514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400514; }
p { color: rgb(64,5,20); }
H1.HeaderClassName
{
color: #400514;
}
.AnyTagClassName
{
color: #400514;
}
</style>
background-color css
<style>
a { background-color: #400514; }
a { background-color: rgb(64,5,20); }
div.DivClassName
{
background-color: #400514;
}
.BgClassName
{
background-color: #400514;
}
</style>
border-color css
<style>
span { border-color: #400514; }
span { border-color: rgb(64,5,20); }
td.TdClassName
{
border-color: #400514;
}
.TagClassName
{
border-color: #400514;
}
</style>