Shades of Rustic Red #240811
Tints of Rustic Red #240811
RGB
CMYK
RGB Variations
Color information
#240811 (or 0x240811) is known color: Rustic Red. HEX triplet: 24, 08 and 11. RGB value is (36,8,17). Sum of RGB (Red+Green+Blue) = 36+8+17=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240811 is #DBF7EE. Grayscale: #111111. Windows color (decimal): -14415855 or 1116196. OLE color: 1116196.
HSL color Cylindrical-coordinate representation of color #240811: hue angle of 340.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240811 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 17 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.86 |
| HSL | 340.71º | 0.64% | 0.09% | - |
| HSV(B) | 340.71º | 0.78% | 0.14% | - |
| XYZ | 0.92 | 0.59 | 0.6 | - |
| YUV | 17.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 17 | 0 | 0.78 | 0.53 | 0.86 | 340.71 | 0.64 | 0.09 |
| Hex | 24 | 8 | 11 | 0 | 4E | 35 | 56 | 155 | 40 | 9 |
| Octal | 44 | 10 | 21 | 0 | 116 | 65 | 126 | 525 | 100 | 11 |
| Binary | 100100 | 1000 | 10001 | 0 | 1001110 | 110101 | 1010110 | 101010101 | 1000000 | 1001 |
Color Harmonies of #240811
Complementary color
Monochromatic Colors of #240811
Black with #240811
Text Example
Text Example
White with #240811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240811; }
p { color: rgb(36,8,17); }
H1.HeaderClassName
{
color: #240811;
}
.AnyTagClassName
{
color: #240811;
}
</style>
background-color css
<style>
a { background-color: #240811; }
a { background-color: rgb(36,8,17); }
div.DivClassName
{
background-color: #240811;
}
.BgClassName
{
background-color: #240811;
}
</style>
border-color css
<style>
span { border-color: #240811; }
span { border-color: rgb(36,8,17); }
td.TdClassName
{
border-color: #240811;
}
.TagClassName
{
border-color: #240811;
}
</style>