Shades of Rustic Red #240711
Tints of Rustic Red #240711
RGB
CMYK
RGB Variations
Color information
#240711 (or 0x240711) is known color: Rustic Red. HEX triplet: 24, 07 and 11. RGB value is (36,7,17). Sum of RGB (Red+Green+Blue) = 36+7+17=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240711 is #DBF8EE. Grayscale: #101010. Windows color (decimal): -14416111 or 1115940. OLE color: 1115940.
HSL color Cylindrical-coordinate representation of color #240711: hue angle of 339.31º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240711 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 17 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.86 |
| HSL | 339.31º | 0.67% | 0.08% | - |
| HSV(B) | 339.31º | 0.81% | 0.14% | - |
| XYZ | 0.9 | 0.57 | 0.59 | - |
| YUV | 16.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 17 | 0 | 0.81 | 0.53 | 0.86 | 339.31 | 0.67 | 0.08 |
| Hex | 24 | 7 | 11 | 0 | 51 | 35 | 56 | 153 | 43 | 8 |
| Octal | 44 | 7 | 21 | 0 | 121 | 65 | 126 | 523 | 103 | 10 |
| Binary | 100100 | 111 | 10001 | 0 | 1010001 | 110101 | 1010110 | 101010011 | 1000011 | 1000 |
Color Harmonies of #240711
Complementary color
Monochromatic Colors of #240711
Black with #240711
Text Example
Text Example
White with #240711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240711; }
p { color: rgb(36,7,17); }
H1.HeaderClassName
{
color: #240711;
}
.AnyTagClassName
{
color: #240711;
}
</style>
background-color css
<style>
a { background-color: #240711; }
a { background-color: rgb(36,7,17); }
div.DivClassName
{
background-color: #240711;
}
.BgClassName
{
background-color: #240711;
}
</style>
border-color css
<style>
span { border-color: #240711; }
span { border-color: rgb(36,7,17); }
td.TdClassName
{
border-color: #240711;
}
.TagClassName
{
border-color: #240711;
}
</style>