Shades of Rustic Red #240005
Tints of Rustic Red #240005
RGB
CMYK
RGB Variations
Color information
#240005 (or 0x240005) is known color: Rustic Red. HEX triplet: 24, 00 and 05. RGB value is (36,0,5). Sum of RGB (Red+Green+Blue) = 36+0+5=41 (5% of max value = 765). Red value is 36 (14.45% from 255 or 87.80% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 36 - color contains mainly: red. Hex color #240005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240005 is #DBFFFA. Grayscale: #0B0B0B. Windows color (decimal): -14417915 or 327716. OLE color: 327716.
HSL color Cylindrical-coordinate representation of color #240005: hue angle of 351.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 #240005 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.86 | 0.86 |
| HSL | 351.67º | 1% | 0.07% | - |
| HSV(B) | 351.67º | 1% | 0.14% | - |
| XYZ | 0.75 | 0.39 | 0.18 | - |
| YUV | 11.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 5 | 0 | 1 | 0.86 | 0.86 | 351.67 | 1 | 0.07 |
| Hex | 24 | 0 | 5 | 0 | 64 | 56 | 56 | 160 | 64 | 7 |
| Octal | 44 | 0 | 5 | 0 | 144 | 126 | 126 | 540 | 144 | 7 |
| Binary | 100100 | 0 | 101 | 0 | 1100100 | 1010110 | 1010110 | 101100000 | 1100100 | 111 |
Color Harmonies of #240005
Complementary color
Monochromatic Colors of #240005
Black with #240005
Text Example
Text Example
White with #240005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240005; }
p { color: rgb(36,0,5); }
H1.HeaderClassName
{
color: #240005;
}
.AnyTagClassName
{
color: #240005;
}
</style>
background-color css
<style>
a { background-color: #240005; }
a { background-color: rgb(36,0,5); }
div.DivClassName
{
background-color: #240005;
}
.BgClassName
{
background-color: #240005;
}
</style>
border-color css
<style>
span { border-color: #240005; }
span { border-color: rgb(36,0,5); }
td.TdClassName
{
border-color: #240005;
}
.TagClassName
{
border-color: #240005;
}
</style>