Shades of Rustic Red #240A0E
Tints of Rustic Red #240A0E
RGB
CMYK
RGB Variations
Color information
#240A0E (or 0x240A0E) is known color: Rustic Red. HEX triplet: 24, 0A and 0E. RGB value is (36,10,14). Sum of RGB (Red+Green+Blue) = 36+10+14=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A0E is #DBF5F1. Grayscale: #121212. Windows color (decimal): -14415346 or 920100. OLE color: 920100.
HSL color Cylindrical-coordinate representation of color #240A0E: hue angle of 350.77º 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 #240A0E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 10 | 14 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.86 |
| HSL | 350.77º | 0.57% | 0.09% | - |
| HSV(B) | 350.77º | 0.72% | 0.14% | - |
| XYZ | 0.92 | 0.62 | 0.49 | - |
| YUV | 18.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 14 | 0 | 0.72 | 0.61 | 0.86 | 350.77 | 0.57 | 0.09 |
| Hex | 24 | A | E | 0 | 48 | 3D | 56 | 15F | 39 | 9 |
| Octal | 44 | 12 | 16 | 0 | 110 | 75 | 126 | 537 | 71 | 11 |
| Binary | 100100 | 1010 | 1110 | 0 | 1001000 | 111101 | 1010110 | 101011111 | 111001 | 1001 |
Color Harmonies of #240A0E
Complementary color
Monochromatic Colors of #240A0E
Black with #240A0E
Text Example
Text Example
White with #240A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A0E; }
p { color: rgb(36,10,14); }
H1.HeaderClassName
{
color: #240A0E;
}
.AnyTagClassName
{
color: #240A0E;
}
</style>
background-color css
<style>
a { background-color: #240A0E; }
a { background-color: rgb(36,10,14); }
div.DivClassName
{
background-color: #240A0E;
}
.BgClassName
{
background-color: #240A0E;
}
</style>
border-color css
<style>
span { border-color: #240A0E; }
span { border-color: rgb(36,10,14); }
td.TdClassName
{
border-color: #240A0E;
}
.TagClassName
{
border-color: #240A0E;
}
</style>