Shades of Rustic Red #241318
Tints of Rustic Red #241318
RGB
CMYK
RGB Variations
Color information
#241318 (or 0x241318) is known color: Rustic Red. HEX triplet: 24, 13 and 18. RGB value is (36,19,24). Sum of RGB (Red+Green+Blue) = 36+19+24=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241318 is #DBECE7. Grayscale: #181818. Windows color (decimal): -14413032 or 1577764. OLE color: 1577764.
HSL color Cylindrical-coordinate representation of color #241318: hue angle of 342.35º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #241318 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 19 | 24 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.86 |
| HSL | 342.35º | 0.31% | 0.11% | - |
| HSV(B) | 342.35º | 0.47% | 0.14% | - |
| XYZ | 1.13 | 0.91 | 0.98 | - |
| YUV | 24.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 24 | 0 | 0.47 | 0.33 | 0.86 | 342.35 | 0.31 | 0.11 |
| Hex | 24 | 13 | 18 | 0 | 2F | 21 | 56 | 156 | 1F | B |
| Octal | 44 | 23 | 30 | 0 | 57 | 41 | 126 | 526 | 37 | 13 |
| Binary | 100100 | 10011 | 11000 | 0 | 101111 | 100001 | 1010110 | 101010110 | 11111 | 1011 |
Color Harmonies of #241318
Complementary color
Monochromatic Colors of #241318
Black with #241318
Text Example
Text Example
White with #241318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241318; }
p { color: rgb(36,19,24); }
H1.HeaderClassName
{
color: #241318;
}
.AnyTagClassName
{
color: #241318;
}
</style>
background-color css
<style>
a { background-color: #241318; }
a { background-color: rgb(36,19,24); }
div.DivClassName
{
background-color: #241318;
}
.BgClassName
{
background-color: #241318;
}
</style>
border-color css
<style>
span { border-color: #241318; }
span { border-color: rgb(36,19,24); }
td.TdClassName
{
border-color: #241318;
}
.TagClassName
{
border-color: #241318;
}
</style>