Shades of Rustic Red #241718
Tints of Rustic Red #241718
RGB
CMYK
RGB Variations
Color information
#241718 (or 0x241718) is known color: Rustic Red. HEX triplet: 24, 17 and 18. RGB value is (36,23,24). Sum of RGB (Red+Green+Blue) = 36+23+24=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241718 is #DBE8E7. Grayscale: #1B1B1B. Windows color (decimal): -14412008 or 1578788. OLE color: 1578788.
HSL color Cylindrical-coordinate representation of color #241718: hue angle of 355.38º degrees, saturation: 0.22, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #241718 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 23 | 24 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.86 |
| HSL | 355.38º | 0.22% | 0.12% | - |
| HSV(B) | 355.38º | 0.36% | 0.14% | - |
| XYZ | 1.2 | 1.05 | 1 | - |
| YUV | 27 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 24 | 0 | 0.36 | 0.33 | 0.86 | 355.38 | 0.22 | 0.12 |
| Hex | 24 | 17 | 18 | 0 | 24 | 21 | 56 | 163 | 16 | C |
| Octal | 44 | 27 | 30 | 0 | 44 | 41 | 126 | 543 | 26 | 14 |
| Binary | 100100 | 10111 | 11000 | 0 | 100100 | 100001 | 1010110 | 101100011 | 10110 | 1100 |
Color Harmonies of #241718
Complementary color
Monochromatic Colors of #241718
Black with #241718
Text Example
Text Example
White with #241718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241718; }
p { color: rgb(36,23,24); }
H1.HeaderClassName
{
color: #241718;
}
.AnyTagClassName
{
color: #241718;
}
</style>
background-color css
<style>
a { background-color: #241718; }
a { background-color: rgb(36,23,24); }
div.DivClassName
{
background-color: #241718;
}
.BgClassName
{
background-color: #241718;
}
</style>
border-color css
<style>
span { border-color: #241718; }
span { border-color: rgb(36,23,24); }
td.TdClassName
{
border-color: #241718;
}
.TagClassName
{
border-color: #241718;
}
</style>