Shades of Rustic Red #240D0E
Tints of Rustic Red #240D0E
RGB
CMYK
RGB Variations
Color information
#240D0E (or 0x240D0E) is known color: Rustic Red. HEX triplet: 24, 0D and 0E. RGB value is (36,13,14). Sum of RGB (Red+Green+Blue) = 36+13+14=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D0E is #DBF2F1. Grayscale: #141414. Windows color (decimal): -14414578 or 920868. OLE color: 920868.
HSL color Cylindrical-coordinate representation of color #240D0E: hue angle of 357.39º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240D0E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 14 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.86 |
| HSL | 357.39º | 0.47% | 0.1% | - |
| HSV(B) | 357.39º | 0.64% | 0.14% | - |
| XYZ | 0.95 | 0.69 | 0.5 | - |
| YUV | 19.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 14 | 0 | 0.64 | 0.61 | 0.86 | 357.39 | 0.47 | 0.1 |
| Hex | 24 | D | E | 0 | 40 | 3D | 56 | 165 | 2F | A |
| Octal | 44 | 15 | 16 | 0 | 100 | 75 | 126 | 545 | 57 | 12 |
| Binary | 100100 | 1101 | 1110 | 0 | 1000000 | 111101 | 1010110 | 101100101 | 101111 | 1010 |
Color Harmonies of #240D0E
Complementary color
Monochromatic Colors of #240D0E
Black with #240D0E
Text Example
Text Example
White with #240D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D0E; }
p { color: rgb(36,13,14); }
H1.HeaderClassName
{
color: #240D0E;
}
.AnyTagClassName
{
color: #240D0E;
}
</style>
background-color css
<style>
a { background-color: #240D0E; }
a { background-color: rgb(36,13,14); }
div.DivClassName
{
background-color: #240D0E;
}
.BgClassName
{
background-color: #240D0E;
}
</style>
border-color css
<style>
span { border-color: #240D0E; }
span { border-color: rgb(36,13,14); }
td.TdClassName
{
border-color: #240D0E;
}
.TagClassName
{
border-color: #240D0E;
}
</style>