Shades of Rustic Red #241B1C
Tints of Rustic Red #241B1C
RGB
CMYK
RGB Variations
Color information
#241B1C (or 0x241B1C) is known color: Rustic Red. HEX triplet: 24, 1B and 1C. RGB value is (36,27,28). Sum of RGB (Red+Green+Blue) = 36+27+28=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B1C is #DBE4E3. Grayscale: #1D1D1D. Windows color (decimal): -14410980 or 1841956. OLE color: 1841956.
HSL color Cylindrical-coordinate representation of color #241B1C: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #241B1C is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 27 | 28 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.86 |
| HSL | 353.33º | 0.14% | 0.12% | - |
| HSV(B) | 353.33º | 0.25% | 0.14% | - |
| XYZ | 1.33 | 1.24 | 1.27 | - |
| YUV | 29.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 28 | 0 | 0.25 | 0.22 | 0.86 | 353.33 | 0.14 | 0.12 |
| Hex | 24 | 1B | 1C | 0 | 19 | 16 | 56 | 161 | E | C |
| Octal | 44 | 33 | 34 | 0 | 31 | 26 | 126 | 541 | 16 | 14 |
| Binary | 100100 | 11011 | 11100 | 0 | 11001 | 10110 | 1010110 | 101100001 | 1110 | 1100 |
Color Harmonies of #241B1C
Complementary color
Monochromatic Colors of #241B1C
Black with #241B1C
Text Example
Text Example
White with #241B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B1C; }
p { color: rgb(36,27,28); }
H1.HeaderClassName
{
color: #241B1C;
}
.AnyTagClassName
{
color: #241B1C;
}
</style>
background-color css
<style>
a { background-color: #241B1C; }
a { background-color: rgb(36,27,28); }
div.DivClassName
{
background-color: #241B1C;
}
.BgClassName
{
background-color: #241B1C;
}
</style>
border-color css
<style>
span { border-color: #241B1C; }
span { border-color: rgb(36,27,28); }
td.TdClassName
{
border-color: #241B1C;
}
.TagClassName
{
border-color: #241B1C;
}
</style>