Shades of Rustic Red #241C1D
Tints of Rustic Red #241C1D
RGB
CMYK
RGB Variations
Color information
#241C1D (or 0x241C1D) is known color: Rustic Red. HEX triplet: 24, 1C and 1D. RGB value is (36,28,29). Sum of RGB (Red+Green+Blue) = 36+28+29=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1D is #DBE3E2. Grayscale: #1E1E1E. Windows color (decimal): -14410723 or 1907748. OLE color: 1907748.
HSL color Cylindrical-coordinate representation of color #241C1D: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C1D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 29 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.86 |
| HSL | 352.5º | 0.13% | 0.13% | - |
| HSV(B) | 352.5º | 0.22% | 0.14% | - |
| XYZ | 1.36 | 1.29 | 1.34 | - |
| YUV | 30.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 29 | 0 | 0.22 | 0.19 | 0.86 | 352.5 | 0.13 | 0.13 |
| Hex | 24 | 1C | 1D | 0 | 16 | 13 | 56 | 160 | C | D |
| Octal | 44 | 34 | 35 | 0 | 26 | 23 | 126 | 540 | 14 | 15 |
| Binary | 100100 | 11100 | 11101 | 0 | 10110 | 10011 | 1010110 | 101100000 | 1100 | 1101 |
Color Harmonies of #241C1D
Complementary color
Monochromatic Colors of #241C1D
Black with #241C1D
Text Example
Text Example
White with #241C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C1D; }
p { color: rgb(36,28,29); }
H1.HeaderClassName
{
color: #241C1D;
}
.AnyTagClassName
{
color: #241C1D;
}
</style>
background-color css
<style>
a { background-color: #241C1D; }
a { background-color: rgb(36,28,29); }
div.DivClassName
{
background-color: #241C1D;
}
.BgClassName
{
background-color: #241C1D;
}
</style>
border-color css
<style>
span { border-color: #241C1D; }
span { border-color: rgb(36,28,29); }
td.TdClassName
{
border-color: #241C1D;
}
.TagClassName
{
border-color: #241C1D;
}
</style>