Shades of Rustic Red #240004
Tints of Rustic Red #240004
RGB
CMYK
RGB Variations
Color information
#240004 (or 0x240004) is known color: Rustic Red. HEX triplet: 24, 00 and 04. RGB value is (36,0,4). Sum of RGB (Red+Green+Blue) = 36+0+4=40 (5% of max value = 765). Red value is 36 (14.45% from 255 or 90% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 36 - color contains mainly: red. Hex color #240004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240004 is #DBFFFB. Grayscale: #0B0B0B. Windows color (decimal): -14417916 or 262180. OLE color: 262180.
HSL color Cylindrical-coordinate representation of color #240004: hue angle of 353.33º 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 #240004 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.89 | 0.86 |
| HSL | 353.33º | 1% | 0.07% | - |
| HSV(B) | 353.33º | 1% | 0.14% | - |
| XYZ | 0.75 | 0.38 | 0.15 | - |
| YUV | 11.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 4 | 0 | 1 | 0.89 | 0.86 | 353.33 | 1 | 0.07 |
| Hex | 24 | 0 | 4 | 0 | 64 | 59 | 56 | 161 | 64 | 7 |
| Octal | 44 | 0 | 4 | 0 | 144 | 131 | 126 | 541 | 144 | 7 |
| Binary | 100100 | 0 | 100 | 0 | 1100100 | 1011001 | 1010110 | 101100001 | 1100100 | 111 |
Color Harmonies of #240004
Complementary color
Monochromatic Colors of #240004
Black with #240004
Text Example
Text Example
White with #240004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240004; }
p { color: rgb(36,0,4); }
H1.HeaderClassName
{
color: #240004;
}
.AnyTagClassName
{
color: #240004;
}
</style>
background-color css
<style>
a { background-color: #240004; }
a { background-color: rgb(36,0,4); }
div.DivClassName
{
background-color: #240004;
}
.BgClassName
{
background-color: #240004;
}
</style>
border-color css
<style>
span { border-color: #240004; }
span { border-color: rgb(36,0,4); }
td.TdClassName
{
border-color: #240004;
}
.TagClassName
{
border-color: #240004;
}
</style>