Shades of Rustic Red #24040C
Tints of Rustic Red #24040C
RGB
CMYK
RGB Variations
Color information
#24040C (or 0x24040C) is known color: Rustic Red. HEX triplet: 24, 04 and 0C. RGB value is (36,4,12). Sum of RGB (Red+Green+Blue) = 36+4+12=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #24040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040C is #DBFBF3. Grayscale: #0E0E0E. Windows color (decimal): -14416884 or 787492. OLE color: 787492.
HSL color Cylindrical-coordinate representation of color #24040C: hue angle of 345º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24040C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 12 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.86 |
| HSL | 345º | 0.8% | 0.08% | - |
| HSV(B) | 345º | 0.89% | 0.14% | - |
| XYZ | 0.84 | 0.49 | 0.4 | - |
| YUV | 14.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 12 | 0 | 0.89 | 0.67 | 0.86 | 345 | 0.8 | 0.08 |
| Hex | 24 | 4 | C | 0 | 59 | 43 | 56 | 159 | 50 | 8 |
| Octal | 44 | 4 | 14 | 0 | 131 | 103 | 126 | 531 | 120 | 10 |
| Binary | 100100 | 100 | 1100 | 0 | 1011001 | 1000011 | 1010110 | 101011001 | 1010000 | 1000 |
Color Harmonies of #24040C
Complementary color
Monochromatic Colors of #24040C
Black with #24040C
Text Example
Text Example
White with #24040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24040C; }
p { color: rgb(36,4,12); }
H1.HeaderClassName
{
color: #24040C;
}
.AnyTagClassName
{
color: #24040C;
}
</style>
background-color css
<style>
a { background-color: #24040C; }
a { background-color: rgb(36,4,12); }
div.DivClassName
{
background-color: #24040C;
}
.BgClassName
{
background-color: #24040C;
}
</style>
border-color css
<style>
span { border-color: #24040C; }
span { border-color: rgb(36,4,12); }
td.TdClassName
{
border-color: #24040C;
}
.TagClassName
{
border-color: #24040C;
}
</style>