Shades of Rustic Red #240914
Tints of Rustic Red #240914
RGB
CMYK
RGB Variations
Color information
#240914 (or 0x240914) is known color: Rustic Red. HEX triplet: 24, 09 and 14. RGB value is (36,9,20). Sum of RGB (Red+Green+Blue) = 36+9+20=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240914 is #DBF6EB. Grayscale: #121212. Windows color (decimal): -14415596 or 1313060. OLE color: 1313060.
HSL color Cylindrical-coordinate representation of color #240914: hue angle of 335.56º 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 #240914 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 9 | 20 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.86 |
| HSL | 335.56º | 0.6% | 0.09% | - |
| HSV(B) | 335.56º | 0.75% | 0.14% | - |
| XYZ | 0.95 | 0.62 | 0.73 | - |
| YUV | 18.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 20 | 0 | 0.75 | 0.44 | 0.86 | 335.56 | 0.6 | 0.09 |
| Hex | 24 | 9 | 14 | 0 | 4B | 2C | 56 | 150 | 3C | 9 |
| Octal | 44 | 11 | 24 | 0 | 113 | 54 | 126 | 520 | 74 | 11 |
| Binary | 100100 | 1001 | 10100 | 0 | 1001011 | 101100 | 1010110 | 101010000 | 111100 | 1001 |
Color Harmonies of #240914
Complementary color
Monochromatic Colors of #240914
Black with #240914
Text Example
Text Example
White with #240914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240914; }
p { color: rgb(36,9,20); }
H1.HeaderClassName
{
color: #240914;
}
.AnyTagClassName
{
color: #240914;
}
</style>
background-color css
<style>
a { background-color: #240914; }
a { background-color: rgb(36,9,20); }
div.DivClassName
{
background-color: #240914;
}
.BgClassName
{
background-color: #240914;
}
</style>
border-color css
<style>
span { border-color: #240914; }
span { border-color: rgb(36,9,20); }
td.TdClassName
{
border-color: #240914;
}
.TagClassName
{
border-color: #240914;
}
</style>