Shades of Rustic Red #241A1B
Tints of Rustic Red #241A1B
RGB
CMYK
RGB Variations
Color information
#241A1B (or 0x241A1B) is known color: Rustic Red. HEX triplet: 24, 1A and 1B. RGB value is (36,26,27). Sum of RGB (Red+Green+Blue) = 36+26+27=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1B is #DBE5E4. Grayscale: #1D1D1D. Windows color (decimal): -14411237 or 1776164. OLE color: 1776164.
HSL color Cylindrical-coordinate representation of color #241A1B: hue angle of 354º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #241A1B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 27 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.86 |
| HSL | 354º | 0.16% | 0.12% | - |
| HSV(B) | 354º | 0.28% | 0.14% | - |
| XYZ | 1.29 | 1.19 | 1.2 | - |
| YUV | 29.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 27 | 0 | 0.28 | 0.25 | 0.86 | 354 | 0.16 | 0.12 |
| Hex | 24 | 1A | 1B | 0 | 1C | 19 | 56 | 162 | 10 | C |
| Octal | 44 | 32 | 33 | 0 | 34 | 31 | 126 | 542 | 20 | 14 |
| Binary | 100100 | 11010 | 11011 | 0 | 11100 | 11001 | 1010110 | 101100010 | 10000 | 1100 |
Color Harmonies of #241A1B
Complementary color
Monochromatic Colors of #241A1B
Black with #241A1B
Text Example
Text Example
White with #241A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A1B; }
p { color: rgb(36,26,27); }
H1.HeaderClassName
{
color: #241A1B;
}
.AnyTagClassName
{
color: #241A1B;
}
</style>
background-color css
<style>
a { background-color: #241A1B; }
a { background-color: rgb(36,26,27); }
div.DivClassName
{
background-color: #241A1B;
}
.BgClassName
{
background-color: #241A1B;
}
</style>
border-color css
<style>
span { border-color: #241A1B; }
span { border-color: rgb(36,26,27); }
td.TdClassName
{
border-color: #241A1B;
}
.TagClassName
{
border-color: #241A1B;
}
</style>