Shades of Rustic Red #240008
Tints of Rustic Red #240008
RGB
CMYK
RGB Variations
Color information
#240008 (or 0x240008) is known color: Rustic Red. HEX triplet: 24, 00 and 08. RGB value is (36,0,8). Sum of RGB (Red+Green+Blue) = 36+0+8=44 (5% of max value = 765). Red value is 36 (14.45% from 255 or 81.82% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 36 - color contains mainly: red. Hex color #240008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240008 is #DBFFF7. Grayscale: #0B0B0B. Windows color (decimal): -14417912 or 524324. OLE color: 524324.
HSL color Cylindrical-coordinate representation of color #240008: hue angle of 346.67º 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 #240008 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.78 | 0.86 |
| HSL | 346.67º | 1% | 0.07% | - |
| HSV(B) | 346.67º | 1% | 0.14% | - |
| XYZ | 0.77 | 0.39 | 0.26 | - |
| YUV | 11.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 8 | 0 | 1 | 0.78 | 0.86 | 346.67 | 1 | 0.07 |
| Hex | 24 | 0 | 8 | 0 | 64 | 4E | 56 | 15B | 64 | 7 |
| Octal | 44 | 0 | 10 | 0 | 144 | 116 | 126 | 533 | 144 | 7 |
| Binary | 100100 | 0 | 1000 | 0 | 1100100 | 1001110 | 1010110 | 101011011 | 1100100 | 111 |
Color Harmonies of #240008
Complementary color
Monochromatic Colors of #240008
Black with #240008
Text Example
Text Example
White with #240008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240008; }
p { color: rgb(36,0,8); }
H1.HeaderClassName
{
color: #240008;
}
.AnyTagClassName
{
color: #240008;
}
</style>
background-color css
<style>
a { background-color: #240008; }
a { background-color: rgb(36,0,8); }
div.DivClassName
{
background-color: #240008;
}
.BgClassName
{
background-color: #240008;
}
</style>
border-color css
<style>
span { border-color: #240008; }
span { border-color: rgb(36,0,8); }
td.TdClassName
{
border-color: #240008;
}
.TagClassName
{
border-color: #240008;
}
</style>