Shades of Rustic Red #240507
Tints of Rustic Red #240507
RGB
CMYK
RGB Variations
Color information
#240507 (or 0x240507) is known color: Rustic Red. HEX triplet: 24, 05 and 07. RGB value is (36,5,7). Sum of RGB (Red+Green+Blue) = 36+5+7=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #240507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240507 is #DBFAF8. Grayscale: #0E0E0E. Windows color (decimal): -14416633 or 460068. OLE color: 460068.
HSL color Cylindrical-coordinate representation of color #240507: hue angle of 356.13º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240507 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 7 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.86 |
| HSL | 356.13º | 0.76% | 0.08% | - |
| HSV(B) | 356.13º | 0.86% | 0.14% | - |
| XYZ | 0.82 | 0.5 | 0.25 | - |
| YUV | 14.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 7 | 0 | 0.86 | 0.81 | 0.86 | 356.13 | 0.76 | 0.08 |
| Hex | 24 | 5 | 7 | 0 | 56 | 51 | 56 | 164 | 4C | 8 |
| Octal | 44 | 5 | 7 | 0 | 126 | 121 | 126 | 544 | 114 | 10 |
| Binary | 100100 | 101 | 111 | 0 | 1010110 | 1010001 | 1010110 | 101100100 | 1001100 | 1000 |
Color Harmonies of #240507
Complementary color
Monochromatic Colors of #240507
Black with #240507
Text Example
Text Example
White with #240507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240507; }
p { color: rgb(36,5,7); }
H1.HeaderClassName
{
color: #240507;
}
.AnyTagClassName
{
color: #240507;
}
</style>
background-color css
<style>
a { background-color: #240507; }
a { background-color: rgb(36,5,7); }
div.DivClassName
{
background-color: #240507;
}
.BgClassName
{
background-color: #240507;
}
</style>
border-color css
<style>
span { border-color: #240507; }
span { border-color: rgb(36,5,7); }
td.TdClassName
{
border-color: #240507;
}
.TagClassName
{
border-color: #240507;
}
</style>