Shades of Rustic Red #240409
Tints of Rustic Red #240409
RGB
CMYK
RGB Variations
Color information
#240409 (or 0x240409) is known color: Rustic Red. HEX triplet: 24, 04 and 09. RGB value is (36,4,9). Sum of RGB (Red+Green+Blue) = 36+4+9=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #240409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240409 is #DBFBF6. Grayscale: #0E0E0E. Windows color (decimal): -14416887 or 590884. OLE color: 590884.
HSL color Cylindrical-coordinate representation of color #240409: hue angle of 350.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240409 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 9 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.86 |
| HSL | 350.63º | 0.8% | 0.08% | - |
| HSV(B) | 350.63º | 0.89% | 0.14% | - |
| XYZ | 0.82 | 0.48 | 0.31 | - |
| YUV | 14.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 9 | 0 | 0.89 | 0.75 | 0.86 | 350.63 | 0.8 | 0.08 |
| Hex | 24 | 4 | 9 | 0 | 59 | 4B | 56 | 15F | 50 | 8 |
| Octal | 44 | 4 | 11 | 0 | 131 | 113 | 126 | 537 | 120 | 10 |
| Binary | 100100 | 100 | 1001 | 0 | 1011001 | 1001011 | 1010110 | 101011111 | 1010000 | 1000 |
Color Harmonies of #240409
Complementary color
Monochromatic Colors of #240409
Black with #240409
Text Example
Text Example
White with #240409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240409; }
p { color: rgb(36,4,9); }
H1.HeaderClassName
{
color: #240409;
}
.AnyTagClassName
{
color: #240409;
}
</style>
background-color css
<style>
a { background-color: #240409; }
a { background-color: rgb(36,4,9); }
div.DivClassName
{
background-color: #240409;
}
.BgClassName
{
background-color: #240409;
}
</style>
border-color css
<style>
span { border-color: #240409; }
span { border-color: rgb(36,4,9); }
td.TdClassName
{
border-color: #240409;
}
.TagClassName
{
border-color: #240409;
}
</style>