Shades of Rustic Red #240714
Tints of Rustic Red #240714
RGB
CMYK
RGB Variations
Color information
#240714 (or 0x240714) is known color: Rustic Red. HEX triplet: 24, 07 and 14. RGB value is (36,7,20). Sum of RGB (Red+Green+Blue) = 36+7+20=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240714 is #DBF8EB. Grayscale: #111111. Windows color (decimal): -14416108 or 1312548. OLE color: 1312548.
HSL color Cylindrical-coordinate representation of color #240714: hue angle of 333.1º 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 #240714 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 20 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.86 |
| HSL | 333.1º | 0.67% | 0.08% | - |
| HSV(B) | 333.1º | 0.81% | 0.14% | - |
| XYZ | 0.93 | 0.58 | 0.72 | - |
| YUV | 17.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 20 | 0 | 0.81 | 0.44 | 0.86 | 333.1 | 0.67 | 0.08 |
| Hex | 24 | 7 | 14 | 0 | 51 | 2C | 56 | 14D | 43 | 8 |
| Octal | 44 | 7 | 24 | 0 | 121 | 54 | 126 | 515 | 103 | 10 |
| Binary | 100100 | 111 | 10100 | 0 | 1010001 | 101100 | 1010110 | 101001101 | 1000011 | 1000 |
Color Harmonies of #240714
Complementary color
Monochromatic Colors of #240714
Black with #240714
Text Example
Text Example
White with #240714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240714; }
p { color: rgb(36,7,20); }
H1.HeaderClassName
{
color: #240714;
}
.AnyTagClassName
{
color: #240714;
}
</style>
background-color css
<style>
a { background-color: #240714; }
a { background-color: rgb(36,7,20); }
div.DivClassName
{
background-color: #240714;
}
.BgClassName
{
background-color: #240714;
}
</style>
border-color css
<style>
span { border-color: #240714; }
span { border-color: rgb(36,7,20); }
td.TdClassName
{
border-color: #240714;
}
.TagClassName
{
border-color: #240714;
}
</style>