Shades of Rustic Red #400E12
Tints of Rustic Red #400E12
RGB
CMYK
RGB Variations
Color information
#400E12 (or 0x400E12) is known color: Rustic Red. HEX triplet: 40, 0E and 12. RGB value is (64,14,18). Sum of RGB (Red+Green+Blue) = 64+14+18=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E12 is #BFF1ED. Grayscale: #1D1D1D. Windows color (decimal): -12579310 or 1183296. OLE color: 1183296.
HSL color Cylindrical-coordinate representation of color #400E12: hue angle of 355.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E12 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 18 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.75 |
| HSL | 355.2º | 0.64% | 0.15% | - |
| HSV(B) | 355.2º | 0.78% | 0.25% | - |
| XYZ | 2.38 | 1.45 | 0.73 | - |
| YUV | 29.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 18 | 0 | 0.78 | 0.72 | 0.75 | 355.2 | 0.64 | 0.15 |
| Hex | 40 | E | 12 | 0 | 4E | 48 | 4B | 163 | 40 | F |
| Octal | 100 | 16 | 22 | 0 | 116 | 110 | 113 | 543 | 100 | 17 |
| Binary | 1000000 | 1110 | 10010 | 0 | 1001110 | 1001000 | 1001011 | 101100011 | 1000000 | 1111 |
Color Harmonies of #400E12
Complementary color
Monochromatic Colors of #400E12
Black with #400E12
Text Example
Text Example
White with #400E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E12; }
p { color: rgb(64,14,18); }
H1.HeaderClassName
{
color: #400E12;
}
.AnyTagClassName
{
color: #400E12;
}
</style>
background-color css
<style>
a { background-color: #400E12; }
a { background-color: rgb(64,14,18); }
div.DivClassName
{
background-color: #400E12;
}
.BgClassName
{
background-color: #400E12;
}
</style>
border-color css
<style>
span { border-color: #400E12; }
span { border-color: rgb(64,14,18); }
td.TdClassName
{
border-color: #400E12;
}
.TagClassName
{
border-color: #400E12;
}
</style>