Shades of Rustic Red #240912
Tints of Rustic Red #240912
RGB
CMYK
RGB Variations
Color information
#240912 (or 0x240912) is known color: Rustic Red. HEX triplet: 24, 09 and 12. RGB value is (36,9,18). Sum of RGB (Red+Green+Blue) = 36+9+18=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240912 is #DBF6ED. Grayscale: #121212. Windows color (decimal): -14415598 or 1181988. OLE color: 1181988.
HSL color Cylindrical-coordinate representation of color #240912: hue angle of 340º 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 #240912 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 9 | 18 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.86 |
| HSL | 340º | 0.6% | 0.09% | - |
| HSV(B) | 340º | 0.75% | 0.14% | - |
| XYZ | 0.93 | 0.61 | 0.64 | - |
| YUV | 18.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 18 | 0 | 0.75 | 0.5 | 0.86 | 340 | 0.6 | 0.09 |
| Hex | 24 | 9 | 12 | 0 | 4B | 32 | 56 | 154 | 3C | 9 |
| Octal | 44 | 11 | 22 | 0 | 113 | 62 | 126 | 524 | 74 | 11 |
| Binary | 100100 | 1001 | 10010 | 0 | 1001011 | 110010 | 1010110 | 101010100 | 111100 | 1001 |
Color Harmonies of #240912
Complementary color
Monochromatic Colors of #240912
Black with #240912
Text Example
Text Example
White with #240912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240912; }
p { color: rgb(36,9,18); }
H1.HeaderClassName
{
color: #240912;
}
.AnyTagClassName
{
color: #240912;
}
</style>
background-color css
<style>
a { background-color: #240912; }
a { background-color: rgb(36,9,18); }
div.DivClassName
{
background-color: #240912;
}
.BgClassName
{
background-color: #240912;
}
</style>
border-color css
<style>
span { border-color: #240912; }
span { border-color: rgb(36,9,18); }
td.TdClassName
{
border-color: #240912;
}
.TagClassName
{
border-color: #240912;
}
</style>