Shades of Rustic Red #400A14
Tints of Rustic Red #400A14
RGB
CMYK
RGB Variations
Color information
#400A14 (or 0x400A14) is known color: Rustic Red. HEX triplet: 40, 0A and 14. RGB value is (64,10,20). Sum of RGB (Red+Green+Blue) = 64+10+20=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A14 is #BFF5EB. Grayscale: #1B1B1B. Windows color (decimal): -12580332 or 1313344. OLE color: 1313344.
HSL color Cylindrical-coordinate representation of color #400A14: hue angle of 348.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A14 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 10 | 20 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.75 |
| HSL | 348.89º | 0.73% | 0.15% | - |
| HSV(B) | 348.89º | 0.84% | 0.25% | - |
| XYZ | 2.35 | 1.36 | 0.8 | - |
| YUV | 27.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 20 | 0 | 0.84 | 0.69 | 0.75 | 348.89 | 0.73 | 0.15 |
| Hex | 40 | A | 14 | 0 | 54 | 45 | 4B | 15D | 49 | F |
| Octal | 100 | 12 | 24 | 0 | 124 | 105 | 113 | 535 | 111 | 17 |
| Binary | 1000000 | 1010 | 10100 | 0 | 1010100 | 1000101 | 1001011 | 101011101 | 1001001 | 1111 |
Color Harmonies of #400A14
Complementary color
Monochromatic Colors of #400A14
Black with #400A14
Text Example
Text Example
White with #400A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A14; }
p { color: rgb(64,10,20); }
H1.HeaderClassName
{
color: #400A14;
}
.AnyTagClassName
{
color: #400A14;
}
</style>
background-color css
<style>
a { background-color: #400A14; }
a { background-color: rgb(64,10,20); }
div.DivClassName
{
background-color: #400A14;
}
.BgClassName
{
background-color: #400A14;
}
</style>
border-color css
<style>
span { border-color: #400A14; }
span { border-color: rgb(64,10,20); }
td.TdClassName
{
border-color: #400A14;
}
.TagClassName
{
border-color: #400A14;
}
</style>