Shades of Rustic Red #240D15
Tints of Rustic Red #240D15
RGB
CMYK
RGB Variations
Color information
#240D15 (or 0x240D15) is known color: Rustic Red. HEX triplet: 24, 0D and 15. RGB value is (36,13,21). Sum of RGB (Red+Green+Blue) = 36+13+21=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D15 is #DBF2EA. Grayscale: #141414. Windows color (decimal): -14414571 or 1379620. OLE color: 1379620.
HSL color Cylindrical-coordinate representation of color #240D15: hue angle of 339.13º 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 #240D15 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 21 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.86 |
| HSL | 339.13º | 0.47% | 0.1% | - |
| HSV(B) | 339.13º | 0.64% | 0.14% | - |
| XYZ | 1.01 | 0.72 | 0.79 | - |
| YUV | 20.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 21 | 0 | 0.64 | 0.42 | 0.86 | 339.13 | 0.47 | 0.1 |
| Hex | 24 | D | 15 | 0 | 40 | 2A | 56 | 153 | 2F | A |
| Octal | 44 | 15 | 25 | 0 | 100 | 52 | 126 | 523 | 57 | 12 |
| Binary | 100100 | 1101 | 10101 | 0 | 1000000 | 101010 | 1010110 | 101010011 | 101111 | 1010 |
Color Harmonies of #240D15
Complementary color
Monochromatic Colors of #240D15
Black with #240D15
Text Example
Text Example
White with #240D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D15; }
p { color: rgb(36,13,21); }
H1.HeaderClassName
{
color: #240D15;
}
.AnyTagClassName
{
color: #240D15;
}
</style>
background-color css
<style>
a { background-color: #240D15; }
a { background-color: rgb(36,13,21); }
div.DivClassName
{
background-color: #240D15;
}
.BgClassName
{
background-color: #240D15;
}
</style>
border-color css
<style>
span { border-color: #240D15; }
span { border-color: rgb(36,13,21); }
td.TdClassName
{
border-color: #240D15;
}
.TagClassName
{
border-color: #240D15;
}
</style>