Shades of Rustic Red #241518
Tints of Rustic Red #241518
RGB
CMYK
RGB Variations
Color information
#241518 (or 0x241518) is known color: Rustic Red. HEX triplet: 24, 15 and 18. RGB value is (36,21,24). Sum of RGB (Red+Green+Blue) = 36+21+24=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241518 is #DBEAE7. Grayscale: #191919. Windows color (decimal): -14412520 or 1578276. OLE color: 1578276.
HSL color Cylindrical-coordinate representation of color #241518: hue angle of 348º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241518 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 24 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.86 |
| HSL | 348º | 0.26% | 0.11% | - |
| HSV(B) | 348º | 0.42% | 0.14% | - |
| XYZ | 1.16 | 0.98 | 0.99 | - |
| YUV | 25.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 24 | 0 | 0.42 | 0.33 | 0.86 | 348 | 0.26 | 0.11 |
| Hex | 24 | 15 | 18 | 0 | 2A | 21 | 56 | 15C | 1A | B |
| Octal | 44 | 25 | 30 | 0 | 52 | 41 | 126 | 534 | 32 | 13 |
| Binary | 100100 | 10101 | 11000 | 0 | 101010 | 100001 | 1010110 | 101011100 | 11010 | 1011 |
Color Harmonies of #241518
Complementary color
Monochromatic Colors of #241518
Black with #241518
Text Example
Text Example
White with #241518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241518; }
p { color: rgb(36,21,24); }
H1.HeaderClassName
{
color: #241518;
}
.AnyTagClassName
{
color: #241518;
}
</style>
background-color css
<style>
a { background-color: #241518; }
a { background-color: rgb(36,21,24); }
div.DivClassName
{
background-color: #241518;
}
.BgClassName
{
background-color: #241518;
}
</style>
border-color css
<style>
span { border-color: #241518; }
span { border-color: rgb(36,21,24); }
td.TdClassName
{
border-color: #241518;
}
.TagClassName
{
border-color: #241518;
}
</style>