Shades of Rustic Red #241316
Tints of Rustic Red #241316
RGB
CMYK
RGB Variations
Color information
#241316 (or 0x241316) is known color: Rustic Red. HEX triplet: 24, 13 and 16. RGB value is (36,19,22). Sum of RGB (Red+Green+Blue) = 36+19+22=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241316 is #DBECE9. Grayscale: #181818. Windows color (decimal): -14413034 or 1446692. OLE color: 1446692.
HSL color Cylindrical-coordinate representation of color #241316: hue angle of 349.41º 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 #241316 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 19 | 22 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.86 |
| HSL | 349.41º | 0.31% | 0.11% | - |
| HSV(B) | 349.41º | 0.47% | 0.14% | - |
| XYZ | 1.11 | 0.9 | 0.87 | - |
| YUV | 24.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 22 | 0 | 0.47 | 0.39 | 0.86 | 349.41 | 0.31 | 0.11 |
| Hex | 24 | 13 | 16 | 0 | 2F | 27 | 56 | 15D | 1F | B |
| Octal | 44 | 23 | 26 | 0 | 57 | 47 | 126 | 535 | 37 | 13 |
| Binary | 100100 | 10011 | 10110 | 0 | 101111 | 100111 | 1010110 | 101011101 | 11111 | 1011 |
Color Harmonies of #241316
Complementary color
Monochromatic Colors of #241316
Black with #241316
Text Example
Text Example
White with #241316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241316; }
p { color: rgb(36,19,22); }
H1.HeaderClassName
{
color: #241316;
}
.AnyTagClassName
{
color: #241316;
}
</style>
background-color css
<style>
a { background-color: #241316; }
a { background-color: rgb(36,19,22); }
div.DivClassName
{
background-color: #241316;
}
.BgClassName
{
background-color: #241316;
}
</style>
border-color css
<style>
span { border-color: #241316; }
span { border-color: rgb(36,19,22); }
td.TdClassName
{
border-color: #241316;
}
.TagClassName
{
border-color: #241316;
}
</style>