Shades of Rustic Red #24020C
Tints of Rustic Red #24020C
RGB
CMYK
RGB Variations
Color information
#24020C (or 0x24020C) is known color: Rustic Red. HEX triplet: 24, 02 and 0C. RGB value is (36,2,12). Sum of RGB (Red+Green+Blue) = 36+2+12=50 (6% of max value = 765). Red value is 36 (14.45% from 255 or 72% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 36 - color contains mainly: red. Hex color #24020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24020C is #DBFDF3. Grayscale: #0D0D0D. Windows color (decimal): -14417396 or 786980. OLE color: 786980.
HSL color Cylindrical-coordinate representation of color #24020C: hue angle of 342.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24020C is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 12 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.86 |
| HSL | 342.35º | 0.89% | 0.07% | - |
| HSV(B) | 342.35º | 0.94% | 0.14% | - |
| XYZ | 0.82 | 0.45 | 0.39 | - |
| YUV | 13.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 12 | 0 | 0.94 | 0.67 | 0.86 | 342.35 | 0.89 | 0.07 |
| Hex | 24 | 2 | C | 0 | 5E | 43 | 56 | 156 | 59 | 7 |
| Octal | 44 | 2 | 14 | 0 | 136 | 103 | 126 | 526 | 131 | 7 |
| Binary | 100100 | 10 | 1100 | 0 | 1011110 | 1000011 | 1010110 | 101010110 | 1011001 | 111 |
Color Harmonies of #24020C
Complementary color
Monochromatic Colors of #24020C
Black with #24020C
Text Example
Text Example
White with #24020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24020C; }
p { color: rgb(36,2,12); }
H1.HeaderClassName
{
color: #24020C;
}
.AnyTagClassName
{
color: #24020C;
}
</style>
background-color css
<style>
a { background-color: #24020C; }
a { background-color: rgb(36,2,12); }
div.DivClassName
{
background-color: #24020C;
}
.BgClassName
{
background-color: #24020C;
}
</style>
border-color css
<style>
span { border-color: #24020C; }
span { border-color: rgb(36,2,12); }
td.TdClassName
{
border-color: #24020C;
}
.TagClassName
{
border-color: #24020C;
}
</style>