Shades of Rustic Red #240407
Tints of Rustic Red #240407
RGB
CMYK
RGB Variations
Color information
#240407 (or 0x240407) is known color: Rustic Red. HEX triplet: 24, 04 and 07. RGB value is (36,4,7). Sum of RGB (Red+Green+Blue) = 36+4+7=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240407 is #DBFBF8. Grayscale: #0D0D0D. Windows color (decimal): -14416889 or 459812. OLE color: 459812.
HSL color Cylindrical-coordinate representation of color #240407: hue angle of 354.38º 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 #240407 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 7 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.86 |
| HSL | 354.38º | 0.8% | 0.08% | - |
| HSV(B) | 354.38º | 0.89% | 0.14% | - |
| XYZ | 0.81 | 0.48 | 0.25 | - |
| YUV | 13.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 7 | 0 | 0.89 | 0.81 | 0.86 | 354.38 | 0.8 | 0.08 |
| Hex | 24 | 4 | 7 | 0 | 59 | 51 | 56 | 162 | 50 | 8 |
| Octal | 44 | 4 | 7 | 0 | 131 | 121 | 126 | 542 | 120 | 10 |
| Binary | 100100 | 100 | 111 | 0 | 1011001 | 1010001 | 1010110 | 101100010 | 1010000 | 1000 |
Color Harmonies of #240407
Complementary color
Monochromatic Colors of #240407
Black with #240407
Text Example
Text Example
White with #240407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240407; }
p { color: rgb(36,4,7); }
H1.HeaderClassName
{
color: #240407;
}
.AnyTagClassName
{
color: #240407;
}
</style>
background-color css
<style>
a { background-color: #240407; }
a { background-color: rgb(36,4,7); }
div.DivClassName
{
background-color: #240407;
}
.BgClassName
{
background-color: #240407;
}
</style>
border-color css
<style>
span { border-color: #240407; }
span { border-color: rgb(36,4,7); }
td.TdClassName
{
border-color: #240407;
}
.TagClassName
{
border-color: #240407;
}
</style>