Shades of Rustic Red #240006
Tints of Rustic Red #240006
RGB
CMYK
RGB Variations
Color information
#240006 (or 0x240006) is known color: Rustic Red. HEX triplet: 24, 00 and 06. RGB value is (36,0,6). Sum of RGB (Red+Green+Blue) = 36+0+6=42 (5% of max value = 765). Red value is 36 (14.45% from 255 or 85.71% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 36 - color contains mainly: red. Hex color #240006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240006 is #DBFFF9. Grayscale: #0B0B0B. Windows color (decimal): -14417914 or 393252. OLE color: 393252.
HSL color Cylindrical-coordinate representation of color #240006: hue angle of 350º 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 #240006 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.83 | 0.86 |
| HSL | 350º | 1% | 0.07% | - |
| HSV(B) | 350º | 1% | 0.14% | - |
| XYZ | 0.76 | 0.39 | 0.21 | - |
| YUV | 11.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 6 | 0 | 1 | 0.83 | 0.86 | 350 | 1 | 0.07 |
| Hex | 24 | 0 | 6 | 0 | 64 | 53 | 56 | 15E | 64 | 7 |
| Octal | 44 | 0 | 6 | 0 | 144 | 123 | 126 | 536 | 144 | 7 |
| Binary | 100100 | 0 | 110 | 0 | 1100100 | 1010011 | 1010110 | 101011110 | 1100100 | 111 |
Color Harmonies of #240006
Complementary color
Monochromatic Colors of #240006
Black with #240006
Text Example
Text Example
White with #240006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240006; }
p { color: rgb(36,0,6); }
H1.HeaderClassName
{
color: #240006;
}
.AnyTagClassName
{
color: #240006;
}
</style>
background-color css
<style>
a { background-color: #240006; }
a { background-color: rgb(36,0,6); }
div.DivClassName
{
background-color: #240006;
}
.BgClassName
{
background-color: #240006;
}
</style>
border-color css
<style>
span { border-color: #240006; }
span { border-color: rgb(36,0,6); }
td.TdClassName
{
border-color: #240006;
}
.TagClassName
{
border-color: #240006;
}
</style>