Shades of Rustic Red #24060C
Tints of Rustic Red #24060C
RGB
CMYK
RGB Variations
Color information
#24060C (or 0x24060C) is known color: Rustic Red. HEX triplet: 24, 06 and 0C. RGB value is (36,6,12). Sum of RGB (Red+Green+Blue) = 36+6+12=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060C is #DBF9F3. Grayscale: #0F0F0F. Windows color (decimal): -14416372 or 788004. OLE color: 788004.
HSL color Cylindrical-coordinate representation of color #24060C: hue angle of 348º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24060C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 6 | 12 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.86 |
| HSL | 348º | 0.71% | 0.08% | - |
| HSV(B) | 348º | 0.83% | 0.14% | - |
| XYZ | 0.86 | 0.53 | 0.41 | - |
| YUV | 15.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 12 | 0 | 0.83 | 0.67 | 0.86 | 348 | 0.71 | 0.08 |
| Hex | 24 | 6 | C | 0 | 53 | 43 | 56 | 15C | 47 | 8 |
| Octal | 44 | 6 | 14 | 0 | 123 | 103 | 126 | 534 | 107 | 10 |
| Binary | 100100 | 110 | 1100 | 0 | 1010011 | 1000011 | 1010110 | 101011100 | 1000111 | 1000 |
Color Harmonies of #24060C
Complementary color
Monochromatic Colors of #24060C
Black with #24060C
Text Example
Text Example
White with #24060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24060C; }
p { color: rgb(36,6,12); }
H1.HeaderClassName
{
color: #24060C;
}
.AnyTagClassName
{
color: #24060C;
}
</style>
background-color css
<style>
a { background-color: #24060C; }
a { background-color: rgb(36,6,12); }
div.DivClassName
{
background-color: #24060C;
}
.BgClassName
{
background-color: #24060C;
}
</style>
border-color css
<style>
span { border-color: #24060C; }
span { border-color: rgb(36,6,12); }
td.TdClassName
{
border-color: #24060C;
}
.TagClassName
{
border-color: #24060C;
}
</style>