Shades of Rustic Red #40181E
Tints of Rustic Red #40181E
RGB
CMYK
RGB Variations
Color information
#40181E (or 0x40181E) is known color: Rustic Red. HEX triplet: 40, 18 and 1E. RGB value is (64,24,30). Sum of RGB (Red+Green+Blue) = 64+24+30=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #40181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40181E is #BFE7E1. Grayscale: #242424. Windows color (decimal): -12576738 or 1972288. OLE color: 1972288.
HSL color Cylindrical-coordinate representation of color #40181E: hue angle of 351º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40181E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 30 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.75 |
| HSL | 351º | 0.45% | 0.17% | - |
| HSV(B) | 351º | 0.63% | 0.25% | - |
| XYZ | 2.68 | 1.84 | 1.44 | - |
| YUV | 36.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 30 | 0 | 0.62 | 0.53 | 0.75 | 351 | 0.45 | 0.17 |
| Hex | 40 | 18 | 1E | 0 | 3E | 35 | 4B | 15F | 2D | 11 |
| Octal | 100 | 30 | 36 | 0 | 76 | 65 | 113 | 537 | 55 | 21 |
| Binary | 1000000 | 11000 | 11110 | 0 | 111110 | 110101 | 1001011 | 101011111 | 101101 | 10001 |
Color Harmonies of #40181E
Complementary color
Monochromatic Colors of #40181E
Black with #40181E
Text Example
Text Example
White with #40181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40181E; }
p { color: rgb(64,24,30); }
H1.HeaderClassName
{
color: #40181E;
}
.AnyTagClassName
{
color: #40181E;
}
</style>
background-color css
<style>
a { background-color: #40181E; }
a { background-color: rgb(64,24,30); }
div.DivClassName
{
background-color: #40181E;
}
.BgClassName
{
background-color: #40181E;
}
</style>
border-color css
<style>
span { border-color: #40181E; }
span { border-color: rgb(64,24,30); }
td.TdClassName
{
border-color: #40181E;
}
.TagClassName
{
border-color: #40181E;
}
</style>