Shades of Rustic Red #240E17
Tints of Rustic Red #240E17
RGB
CMYK
RGB Variations
Color information
#240E17 (or 0x240E17) is known color: Rustic Red. HEX triplet: 24, 0E and 17. RGB value is (36,14,23). Sum of RGB (Red+Green+Blue) = 36+14+23=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E17 is #DBF1E8. Grayscale: #151515. Windows color (decimal): -14414313 or 1510948. OLE color: 1510948.
HSL color Cylindrical-coordinate representation of color #240E17: hue angle of 335.45º 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 #240E17 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 23 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.86 |
| HSL | 335.45º | 0.44% | 0.1% | - |
| HSV(B) | 335.45º | 0.61% | 0.14% | - |
| XYZ | 1.04 | 0.75 | 0.9 | - |
| YUV | 21.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 23 | 0 | 0.61 | 0.36 | 0.86 | 335.45 | 0.44 | 0.1 |
| Hex | 24 | E | 17 | 0 | 3D | 24 | 56 | 14F | 2C | A |
| Octal | 44 | 16 | 27 | 0 | 75 | 44 | 126 | 517 | 54 | 12 |
| Binary | 100100 | 1110 | 10111 | 0 | 111101 | 100100 | 1010110 | 101001111 | 101100 | 1010 |
Color Harmonies of #240E17
Complementary color
Monochromatic Colors of #240E17
Black with #240E17
Text Example
Text Example
White with #240E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E17; }
p { color: rgb(36,14,23); }
H1.HeaderClassName
{
color: #240E17;
}
.AnyTagClassName
{
color: #240E17;
}
</style>
background-color css
<style>
a { background-color: #240E17; }
a { background-color: rgb(36,14,23); }
div.DivClassName
{
background-color: #240E17;
}
.BgClassName
{
background-color: #240E17;
}
</style>
border-color css
<style>
span { border-color: #240E17; }
span { border-color: rgb(36,14,23); }
td.TdClassName
{
border-color: #240E17;
}
.TagClassName
{
border-color: #240E17;
}
</style>