Shades of Rustic Red #240911
Tints of Rustic Red #240911
RGB
CMYK
RGB Variations
Color information
#240911 (or 0x240911) is known color: Rustic Red. HEX triplet: 24, 09 and 11. RGB value is (36,9,17). Sum of RGB (Red+Green+Blue) = 36+9+17=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240911 is #DBF6EE. Grayscale: #111111. Windows color (decimal): -14415599 or 1116452. OLE color: 1116452.
HSL color Cylindrical-coordinate representation of color #240911: hue angle of 342.22º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240911 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 9 | 17 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.86 |
| HSL | 342.22º | 0.6% | 0.09% | - |
| HSV(B) | 342.22º | 0.75% | 0.14% | - |
| XYZ | 0.93 | 0.61 | 0.6 | - |
| YUV | 17.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 17 | 0 | 0.75 | 0.53 | 0.86 | 342.22 | 0.6 | 0.09 |
| Hex | 24 | 9 | 11 | 0 | 4B | 35 | 56 | 156 | 3C | 9 |
| Octal | 44 | 11 | 21 | 0 | 113 | 65 | 126 | 526 | 74 | 11 |
| Binary | 100100 | 1001 | 10001 | 0 | 1001011 | 110101 | 1010110 | 101010110 | 111100 | 1001 |
Color Harmonies of #240911
Complementary color
Monochromatic Colors of #240911
Black with #240911
Text Example
Text Example
White with #240911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240911; }
p { color: rgb(36,9,17); }
H1.HeaderClassName
{
color: #240911;
}
.AnyTagClassName
{
color: #240911;
}
</style>
background-color css
<style>
a { background-color: #240911; }
a { background-color: rgb(36,9,17); }
div.DivClassName
{
background-color: #240911;
}
.BgClassName
{
background-color: #240911;
}
</style>
border-color css
<style>
span { border-color: #240911; }
span { border-color: rgb(36,9,17); }
td.TdClassName
{
border-color: #240911;
}
.TagClassName
{
border-color: #240911;
}
</style>