Shades of Rustic Red #400218
Tints of Rustic Red #400218
RGB
CMYK
RGB Variations
Color information
#400218 (or 0x400218) is known color: Rustic Red. HEX triplet: 40, 02 and 18. RGB value is (64,2,24). Sum of RGB (Red+Green+Blue) = 64+2+24=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400218 is #BFFDE7. Grayscale: #171717. Windows color (decimal): -12582376 or 1573440. OLE color: 1573440.
HSL color Cylindrical-coordinate representation of color #400218: hue angle of 338.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400218 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 24 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.75 |
| HSL | 338.71º | 0.94% | 0.13% | - |
| HSV(B) | 338.71º | 0.97% | 0.25% | - |
| XYZ | 2.3 | 1.2 | 0.97 | - |
| YUV | 23.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 24 | 0 | 0.97 | 0.62 | 0.75 | 338.71 | 0.94 | 0.13 |
| Hex | 40 | 2 | 18 | 0 | 61 | 3E | 4B | 153 | 5E | D |
| Octal | 100 | 2 | 30 | 0 | 141 | 76 | 113 | 523 | 136 | 15 |
| Binary | 1000000 | 10 | 11000 | 0 | 1100001 | 111110 | 1001011 | 101010011 | 1011110 | 1101 |
Color Harmonies of #400218
Complementary color
Monochromatic Colors of #400218
Black with #400218
Text Example
Text Example
White with #400218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400218; }
p { color: rgb(64,2,24); }
H1.HeaderClassName
{
color: #400218;
}
.AnyTagClassName
{
color: #400218;
}
</style>
background-color css
<style>
a { background-color: #400218; }
a { background-color: rgb(64,2,24); }
div.DivClassName
{
background-color: #400218;
}
.BgClassName
{
background-color: #400218;
}
</style>
border-color css
<style>
span { border-color: #400218; }
span { border-color: rgb(64,2,24); }
td.TdClassName
{
border-color: #400218;
}
.TagClassName
{
border-color: #400218;
}
</style>