Shades of Rustic Red #241417
Tints of Rustic Red #241417
RGB
CMYK
RGB Variations
Color information
#241417 (or 0x241417) is known color: Rustic Red. HEX triplet: 24, 14 and 17. RGB value is (36,20,23). Sum of RGB (Red+Green+Blue) = 36+20+23=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241417 is #DBEBE8. Grayscale: #191919. Windows color (decimal): -14412777 or 1512484. OLE color: 1512484.
HSL color Cylindrical-coordinate representation of color #241417: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241417 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 23 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.86 |
| HSL | 348.75º | 0.29% | 0.11% | - |
| HSV(B) | 348.75º | 0.44% | 0.14% | - |
| XYZ | 1.13 | 0.94 | 0.93 | - |
| YUV | 25.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 23 | 0 | 0.44 | 0.36 | 0.86 | 348.75 | 0.29 | 0.11 |
| Hex | 24 | 14 | 17 | 0 | 2C | 24 | 56 | 15D | 1D | B |
| Octal | 44 | 24 | 27 | 0 | 54 | 44 | 126 | 535 | 35 | 13 |
| Binary | 100100 | 10100 | 10111 | 0 | 101100 | 100100 | 1010110 | 101011101 | 11101 | 1011 |
Color Harmonies of #241417
Complementary color
Monochromatic Colors of #241417
Black with #241417
Text Example
Text Example
White with #241417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241417; }
p { color: rgb(36,20,23); }
H1.HeaderClassName
{
color: #241417;
}
.AnyTagClassName
{
color: #241417;
}
</style>
background-color css
<style>
a { background-color: #241417; }
a { background-color: rgb(36,20,23); }
div.DivClassName
{
background-color: #241417;
}
.BgClassName
{
background-color: #241417;
}
</style>
border-color css
<style>
span { border-color: #241417; }
span { border-color: rgb(36,20,23); }
td.TdClassName
{
border-color: #241417;
}
.TagClassName
{
border-color: #241417;
}
</style>