Shades of Rustic Red #240710
Tints of Rustic Red #240710
RGB
CMYK
RGB Variations
Color information
#240710 (or 0x240710) is known color: Rustic Red. HEX triplet: 24, 07 and 10. RGB value is (36,7,16). Sum of RGB (Red+Green+Blue) = 36+7+16=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240710 is #DBF8EF. Grayscale: #101010. Windows color (decimal): -14416112 or 1050404. OLE color: 1050404.
HSL color Cylindrical-coordinate representation of color #240710: hue angle of 341.38º 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 #240710 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 16 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.86 |
| HSL | 341.38º | 0.67% | 0.08% | - |
| HSV(B) | 341.38º | 0.81% | 0.14% | - |
| XYZ | 0.9 | 0.56 | 0.55 | - |
| YUV | 16.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 16 | 0 | 0.81 | 0.56 | 0.86 | 341.38 | 0.67 | 0.08 |
| Hex | 24 | 7 | 10 | 0 | 51 | 38 | 56 | 155 | 43 | 8 |
| Octal | 44 | 7 | 20 | 0 | 121 | 70 | 126 | 525 | 103 | 10 |
| Binary | 100100 | 111 | 10000 | 0 | 1010001 | 111000 | 1010110 | 101010101 | 1000011 | 1000 |
Color Harmonies of #240710
Complementary color
Monochromatic Colors of #240710
Black with #240710
Text Example
Text Example
White with #240710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240710; }
p { color: rgb(36,7,16); }
H1.HeaderClassName
{
color: #240710;
}
.AnyTagClassName
{
color: #240710;
}
</style>
background-color css
<style>
a { background-color: #240710; }
a { background-color: rgb(36,7,16); }
div.DivClassName
{
background-color: #240710;
}
.BgClassName
{
background-color: #240710;
}
</style>
border-color css
<style>
span { border-color: #240710; }
span { border-color: rgb(36,7,16); }
td.TdClassName
{
border-color: #240710;
}
.TagClassName
{
border-color: #240710;
}
</style>