Shades of Rustic Red #240E11
Tints of Rustic Red #240E11
RGB
CMYK
RGB Variations
Color information
#240E11 (or 0x240E11) is known color: Rustic Red. HEX triplet: 24, 0E and 11. RGB value is (36,14,17). Sum of RGB (Red+Green+Blue) = 36+14+17=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #240E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E11 is #DBF1EE. Grayscale: #141414. Windows color (decimal): -14414319 or 1117732. OLE color: 1117732.
HSL color Cylindrical-coordinate representation of color #240E11: hue angle of 351.82º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E11 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 17 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.86 |
| HSL | 351.82º | 0.44% | 0.1% | - |
| HSV(B) | 351.82º | 0.61% | 0.14% | - |
| XYZ | 0.99 | 0.73 | 0.62 | - |
| YUV | 20.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 17 | 0 | 0.61 | 0.53 | 0.86 | 351.82 | 0.44 | 0.1 |
| Hex | 24 | E | 11 | 0 | 3D | 35 | 56 | 160 | 2C | A |
| Octal | 44 | 16 | 21 | 0 | 75 | 65 | 126 | 540 | 54 | 12 |
| Binary | 100100 | 1110 | 10001 | 0 | 111101 | 110101 | 1010110 | 101100000 | 101100 | 1010 |
Color Harmonies of #240E11
Complementary color
Monochromatic Colors of #240E11
Black with #240E11
Text Example
Text Example
White with #240E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E11; }
p { color: rgb(36,14,17); }
H1.HeaderClassName
{
color: #240E11;
}
.AnyTagClassName
{
color: #240E11;
}
</style>
background-color css
<style>
a { background-color: #240E11; }
a { background-color: rgb(36,14,17); }
div.DivClassName
{
background-color: #240E11;
}
.BgClassName
{
background-color: #240E11;
}
</style>
border-color css
<style>
span { border-color: #240E11; }
span { border-color: rgb(36,14,17); }
td.TdClassName
{
border-color: #240E11;
}
.TagClassName
{
border-color: #240E11;
}
</style>