Shades of Rustic Red #24000C
Tints of Rustic Red #24000C
RGB
CMYK
RGB Variations
Color information
#24000C (or 0x24000C) is known color: Rustic Red. HEX triplet: 24, 00 and 0C. RGB value is (36,0,12). Sum of RGB (Red+Green+Blue) = 36+0+12=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #24000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24000C is #DBFFF3. Grayscale: #0C0C0C. Windows color (decimal): -14417908 or 786468. OLE color: 786468.
HSL color Cylindrical-coordinate representation of color #24000C: hue angle of 340º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24000C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.67 | 0.86 |
| HSL | 340º | 1% | 0.07% | - |
| HSV(B) | 340º | 1% | 0.14% | - |
| XYZ | 0.79 | 0.4 | 0.38 | - |
| YUV | 12.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 12 | 0 | 1 | 0.67 | 0.86 | 340 | 1 | 0.07 |
| Hex | 24 | 0 | C | 0 | 64 | 43 | 56 | 154 | 64 | 7 |
| Octal | 44 | 0 | 14 | 0 | 144 | 103 | 126 | 524 | 144 | 7 |
| Binary | 100100 | 0 | 1100 | 0 | 1100100 | 1000011 | 1010110 | 101010100 | 1100100 | 111 |
Color Harmonies of #24000C
Complementary color
Monochromatic Colors of #24000C
Black with #24000C
Text Example
Text Example
White with #24000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24000C; }
p { color: rgb(36,0,12); }
H1.HeaderClassName
{
color: #24000C;
}
.AnyTagClassName
{
color: #24000C;
}
</style>
background-color css
<style>
a { background-color: #24000C; }
a { background-color: rgb(36,0,12); }
div.DivClassName
{
background-color: #24000C;
}
.BgClassName
{
background-color: #24000C;
}
</style>
border-color css
<style>
span { border-color: #24000C; }
span { border-color: rgb(36,0,12); }
td.TdClassName
{
border-color: #24000C;
}
.TagClassName
{
border-color: #24000C;
}
</style>