Shades of Rustic Red #241517
Tints of Rustic Red #241517
RGB
CMYK
RGB Variations
Color information
#241517 (or 0x241517) is known color: Rustic Red. HEX triplet: 24, 15 and 17. RGB value is (36,21,23). Sum of RGB (Red+Green+Blue) = 36+21+23=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241517 is #DBEAE8. Grayscale: #191919. Windows color (decimal): -14412521 or 1512740. OLE color: 1512740.
HSL color Cylindrical-coordinate representation of color #241517: hue angle of 352º 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 #241517 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 23 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.86 |
| HSL | 352º | 0.26% | 0.11% | - |
| HSV(B) | 352º | 0.42% | 0.14% | - |
| XYZ | 1.15 | 0.97 | 0.94 | - |
| YUV | 25.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 23 | 0 | 0.42 | 0.36 | 0.86 | 352 | 0.26 | 0.11 |
| Hex | 24 | 15 | 17 | 0 | 2A | 24 | 56 | 160 | 1A | B |
| Octal | 44 | 25 | 27 | 0 | 52 | 44 | 126 | 540 | 32 | 13 |
| Binary | 100100 | 10101 | 10111 | 0 | 101010 | 100100 | 1010110 | 101100000 | 11010 | 1011 |
Color Harmonies of #241517
Complementary color
Monochromatic Colors of #241517
Black with #241517
Text Example
Text Example
White with #241517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241517; }
p { color: rgb(36,21,23); }
H1.HeaderClassName
{
color: #241517;
}
.AnyTagClassName
{
color: #241517;
}
</style>
background-color css
<style>
a { background-color: #241517; }
a { background-color: rgb(36,21,23); }
div.DivClassName
{
background-color: #241517;
}
.BgClassName
{
background-color: #241517;
}
</style>
border-color css
<style>
span { border-color: #241517; }
span { border-color: rgb(36,21,23); }
td.TdClassName
{
border-color: #241517;
}
.TagClassName
{
border-color: #241517;
}
</style>