Shades of Rustic Red #240111
Tints of Rustic Red #240111
RGB
CMYK
RGB Variations
Color information
#240111 (or 0x240111) is known color: Rustic Red. HEX triplet: 24, 01 and 11. RGB value is (36,1,17). Sum of RGB (Red+Green+Blue) = 36+1+17=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #240111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240111 is #DBFEEE. Grayscale: #0D0D0D. Windows color (decimal): -14417647 or 1114404. OLE color: 1114404.
HSL color Cylindrical-coordinate representation of color #240111: hue angle of 332.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240111 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 17 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.86 |
| HSL | 332.57º | 0.95% | 0.07% | - |
| HSV(B) | 332.57º | 0.97% | 0.14% | - |
| XYZ | 0.84 | 0.44 | 0.57 | - |
| YUV | 13.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 17 | 0 | 0.97 | 0.53 | 0.86 | 332.57 | 0.95 | 0.07 |
| Hex | 24 | 1 | 11 | 0 | 61 | 35 | 56 | 14D | 5F | 7 |
| Octal | 44 | 1 | 21 | 0 | 141 | 65 | 126 | 515 | 137 | 7 |
| Binary | 100100 | 1 | 10001 | 0 | 1100001 | 110101 | 1010110 | 101001101 | 1011111 | 111 |
Color Harmonies of #240111
Complementary color
Monochromatic Colors of #240111
Black with #240111
Text Example
Text Example
White with #240111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240111; }
p { color: rgb(36,1,17); }
H1.HeaderClassName
{
color: #240111;
}
.AnyTagClassName
{
color: #240111;
}
</style>
background-color css
<style>
a { background-color: #240111; }
a { background-color: rgb(36,1,17); }
div.DivClassName
{
background-color: #240111;
}
.BgClassName
{
background-color: #240111;
}
</style>
border-color css
<style>
span { border-color: #240111; }
span { border-color: rgb(36,1,17); }
td.TdClassName
{
border-color: #240111;
}
.TagClassName
{
border-color: #240111;
}
</style>