Shades of Rustic Red #400118
Tints of Rustic Red #400118
RGB
CMYK
RGB Variations
Color information
#400118 (or 0x400118) is known color: Rustic Red. HEX triplet: 40, 01 and 18. RGB value is (64,1,24). Sum of RGB (Red+Green+Blue) = 64+1+24=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400118 is #BFFEE7. Grayscale: #161616. Windows color (decimal): -12582632 or 1573184. OLE color: 1573184.
HSL color Cylindrical-coordinate representation of color #400118: hue angle of 338.1º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400118 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 24 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.75 |
| HSL | 338.1º | 0.97% | 0.13% | - |
| HSV(B) | 338.1º | 0.98% | 0.25% | - |
| XYZ | 2.29 | 1.18 | 0.97 | - |
| YUV | 22.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 24 | 0 | 0.98 | 0.62 | 0.75 | 338.1 | 0.97 | 0.13 |
| Hex | 40 | 1 | 18 | 0 | 62 | 3E | 4B | 152 | 61 | D |
| Octal | 100 | 1 | 30 | 0 | 142 | 76 | 113 | 522 | 141 | 15 |
| Binary | 1000000 | 1 | 11000 | 0 | 1100010 | 111110 | 1001011 | 101010010 | 1100001 | 1101 |
Color Harmonies of #400118
Complementary color
Monochromatic Colors of #400118
Black with #400118
Text Example
Text Example
White with #400118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400118; }
p { color: rgb(64,1,24); }
H1.HeaderClassName
{
color: #400118;
}
.AnyTagClassName
{
color: #400118;
}
</style>
background-color css
<style>
a { background-color: #400118; }
a { background-color: rgb(64,1,24); }
div.DivClassName
{
background-color: #400118;
}
.BgClassName
{
background-color: #400118;
}
</style>
border-color css
<style>
span { border-color: #400118; }
span { border-color: rgb(64,1,24); }
td.TdClassName
{
border-color: #400118;
}
.TagClassName
{
border-color: #400118;
}
</style>