Shades of Rustic Red #400E1A
Tints of Rustic Red #400E1A
RGB
CMYK
RGB Variations
Color information
#400E1A (or 0x400E1A) is known color: Rustic Red. HEX triplet: 40, 0E and 1A. RGB value is (64,14,26). Sum of RGB (Red+Green+Blue) = 64+14+26=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E1A is #BFF1E5. Grayscale: #1E1E1E. Windows color (decimal): -12579302 or 1707584. OLE color: 1707584.
HSL color Cylindrical-coordinate representation of color #400E1A: hue angle of 345.6º 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 #400E1A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 26 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.75 |
| HSL | 345.6º | 0.64% | 0.15% | - |
| HSV(B) | 345.6º | 0.78% | 0.25% | - |
| XYZ | 2.46 | 1.48 | 1.13 | - |
| YUV | 30.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 26 | 0 | 0.78 | 0.59 | 0.75 | 345.6 | 0.64 | 0.15 |
| Hex | 40 | E | 1A | 0 | 4E | 3B | 4B | 15A | 40 | F |
| Octal | 100 | 16 | 32 | 0 | 116 | 73 | 113 | 532 | 100 | 17 |
| Binary | 1000000 | 1110 | 11010 | 0 | 1001110 | 111011 | 1001011 | 101011010 | 1000000 | 1111 |
Color Harmonies of #400E1A
Complementary color
Monochromatic Colors of #400E1A
Black with #400E1A
Text Example
Text Example
White with #400E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E1A; }
p { color: rgb(64,14,26); }
H1.HeaderClassName
{
color: #400E1A;
}
.AnyTagClassName
{
color: #400E1A;
}
</style>
background-color css
<style>
a { background-color: #400E1A; }
a { background-color: rgb(64,14,26); }
div.DivClassName
{
background-color: #400E1A;
}
.BgClassName
{
background-color: #400E1A;
}
</style>
border-color css
<style>
span { border-color: #400E1A; }
span { border-color: rgb(64,14,26); }
td.TdClassName
{
border-color: #400E1A;
}
.TagClassName
{
border-color: #400E1A;
}
</style>