Shades of Rustic Red #400E1C
Tints of Rustic Red #400E1C
RGB
CMYK
RGB Variations
Color information
#400E1C (or 0x400E1C) is known color: Rustic Red. HEX triplet: 40, 0E and 1C. RGB value is (64,14,28). Sum of RGB (Red+Green+Blue) = 64+14+28=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E1C is #BFF1E3. Grayscale: #1E1E1E. Windows color (decimal): -12579300 or 1838656. OLE color: 1838656.
HSL color Cylindrical-coordinate representation of color #400E1C: hue angle of 343.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 #400E1C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 28 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.75 |
| HSL | 343.2º | 0.64% | 0.15% | - |
| HSV(B) | 343.2º | 0.78% | 0.25% | - |
| XYZ | 2.48 | 1.49 | 1.26 | - |
| YUV | 30.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 28 | 0 | 0.78 | 0.56 | 0.75 | 343.2 | 0.64 | 0.15 |
| Hex | 40 | E | 1C | 0 | 4E | 38 | 4B | 157 | 40 | F |
| Octal | 100 | 16 | 34 | 0 | 116 | 70 | 113 | 527 | 100 | 17 |
| Binary | 1000000 | 1110 | 11100 | 0 | 1001110 | 111000 | 1001011 | 101010111 | 1000000 | 1111 |
Color Harmonies of #400E1C
Complementary color
Monochromatic Colors of #400E1C
Black with #400E1C
Text Example
Text Example
White with #400E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E1C; }
p { color: rgb(64,14,28); }
H1.HeaderClassName
{
color: #400E1C;
}
.AnyTagClassName
{
color: #400E1C;
}
</style>
background-color css
<style>
a { background-color: #400E1C; }
a { background-color: rgb(64,14,28); }
div.DivClassName
{
background-color: #400E1C;
}
.BgClassName
{
background-color: #400E1C;
}
</style>
border-color css
<style>
span { border-color: #400E1C; }
span { border-color: rgb(64,14,28); }
td.TdClassName
{
border-color: #400E1C;
}
.TagClassName
{
border-color: #400E1C;
}
</style>