Shades of Rustic Red #240009
Tints of Rustic Red #240009
RGB
CMYK
RGB Variations
Color information
#240009 (or 0x240009) is known color: Rustic Red. HEX triplet: 24, 00 and 09. RGB value is (36,0,9). Sum of RGB (Red+Green+Blue) = 36+0+9=45 (5% of max value = 765). Red value is 36 (14.45% from 255 or 80% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 36 - color contains mainly: red. Hex color #240009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240009 is #DBFFF6. Grayscale: #0B0B0B. Windows color (decimal): -14417911 or 589860. OLE color: 589860.
HSL color Cylindrical-coordinate representation of color #240009: hue angle of 345º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240009 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.75 | 0.86 |
| HSL | 345º | 1% | 0.07% | - |
| HSV(B) | 345º | 1% | 0.14% | - |
| XYZ | 0.78 | 0.39 | 0.29 | - |
| YUV | 11.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 9 | 0 | 1 | 0.75 | 0.86 | 345 | 1 | 0.07 |
| Hex | 24 | 0 | 9 | 0 | 64 | 4B | 56 | 159 | 64 | 7 |
| Octal | 44 | 0 | 11 | 0 | 144 | 113 | 126 | 531 | 144 | 7 |
| Binary | 100100 | 0 | 1001 | 0 | 1100100 | 1001011 | 1010110 | 101011001 | 1100100 | 111 |
Color Harmonies of #240009
Complementary color
Monochromatic Colors of #240009
Black with #240009
Text Example
Text Example
White with #240009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240009; }
p { color: rgb(36,0,9); }
H1.HeaderClassName
{
color: #240009;
}
.AnyTagClassName
{
color: #240009;
}
</style>
background-color css
<style>
a { background-color: #240009; }
a { background-color: rgb(36,0,9); }
div.DivClassName
{
background-color: #240009;
}
.BgClassName
{
background-color: #240009;
}
</style>
border-color css
<style>
span { border-color: #240009; }
span { border-color: rgb(36,0,9); }
td.TdClassName
{
border-color: #240009;
}
.TagClassName
{
border-color: #240009;
}
</style>