Shades of Rustic Red #240209
Tints of Rustic Red #240209
RGB
CMYK
RGB Variations
Color information
#240209 (or 0x240209) is known color: Rustic Red. HEX triplet: 24, 02 and 09. RGB value is (36,2,9). Sum of RGB (Red+Green+Blue) = 36+2+9=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240209 is #DBFDF6. Grayscale: #0C0C0C. Windows color (decimal): -14417399 or 590372. OLE color: 590372.
HSL color Cylindrical-coordinate representation of color #240209: hue angle of 347.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240209 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 9 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.86 |
| HSL | 347.65º | 0.89% | 0.07% | - |
| HSV(B) | 347.65º | 0.94% | 0.14% | - |
| XYZ | 0.8 | 0.44 | 0.3 | - |
| YUV | 12.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 9 | 0 | 0.94 | 0.75 | 0.86 | 347.65 | 0.89 | 0.07 |
| Hex | 24 | 2 | 9 | 0 | 5E | 4B | 56 | 15C | 59 | 7 |
| Octal | 44 | 2 | 11 | 0 | 136 | 113 | 126 | 534 | 131 | 7 |
| Binary | 100100 | 10 | 1001 | 0 | 1011110 | 1001011 | 1010110 | 101011100 | 1011001 | 111 |
Color Harmonies of #240209
Complementary color
Monochromatic Colors of #240209
Black with #240209
Text Example
Text Example
White with #240209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240209; }
p { color: rgb(36,2,9); }
H1.HeaderClassName
{
color: #240209;
}
.AnyTagClassName
{
color: #240209;
}
</style>
background-color css
<style>
a { background-color: #240209; }
a { background-color: rgb(36,2,9); }
div.DivClassName
{
background-color: #240209;
}
.BgClassName
{
background-color: #240209;
}
</style>
border-color css
<style>
span { border-color: #240209; }
span { border-color: rgb(36,2,9); }
td.TdClassName
{
border-color: #240209;
}
.TagClassName
{
border-color: #240209;
}
</style>