Shades of Rustic Red #240A14
Tints of Rustic Red #240A14
RGB
CMYK
RGB Variations
Color information
#240A14 (or 0x240A14) is known color: Rustic Red. HEX triplet: 24, 0A and 14. RGB value is (36,10,20). Sum of RGB (Red+Green+Blue) = 36+10+20=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A14 is #DBF5EB. Grayscale: #121212. Windows color (decimal): -14415340 or 1313316. OLE color: 1313316.
HSL color Cylindrical-coordinate representation of color #240A14: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A14 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 10 | 20 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.86 |
| HSL | 336.92º | 0.57% | 0.09% | - |
| HSV(B) | 336.92º | 0.72% | 0.14% | - |
| XYZ | 0.96 | 0.64 | 0.74 | - |
| YUV | 18.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 20 | 0 | 0.72 | 0.44 | 0.86 | 336.92 | 0.57 | 0.09 |
| Hex | 24 | A | 14 | 0 | 48 | 2C | 56 | 151 | 39 | 9 |
| Octal | 44 | 12 | 24 | 0 | 110 | 54 | 126 | 521 | 71 | 11 |
| Binary | 100100 | 1010 | 10100 | 0 | 1001000 | 101100 | 1010110 | 101010001 | 111001 | 1001 |
Color Harmonies of #240A14
Complementary color
Monochromatic Colors of #240A14
Black with #240A14
Text Example
Text Example
White with #240A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A14; }
p { color: rgb(36,10,20); }
H1.HeaderClassName
{
color: #240A14;
}
.AnyTagClassName
{
color: #240A14;
}
</style>
background-color css
<style>
a { background-color: #240A14; }
a { background-color: rgb(36,10,20); }
div.DivClassName
{
background-color: #240A14;
}
.BgClassName
{
background-color: #240A14;
}
</style>
border-color css
<style>
span { border-color: #240A14; }
span { border-color: rgb(36,10,20); }
td.TdClassName
{
border-color: #240A14;
}
.TagClassName
{
border-color: #240A14;
}
</style>