Shades of Rustic Red #240205
Tints of Rustic Red #240205
RGB
CMYK
RGB Variations
Color information
#240205 (or 0x240205) is known color: Rustic Red. HEX triplet: 24, 02 and 05. RGB value is (36,2,5). Sum of RGB (Red+Green+Blue) = 36+2+5=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240205 is #DBFDFA. Grayscale: #0C0C0C. Windows color (decimal): -14417403 or 328228. OLE color: 328228.
HSL color Cylindrical-coordinate representation of color #240205: hue angle of 354.71º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240205 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 5 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.86 |
| HSL | 354.71º | 0.89% | 0.07% | - |
| HSV(B) | 354.71º | 0.94% | 0.14% | - |
| XYZ | 0.78 | 0.43 | 0.19 | - |
| YUV | 12.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 5 | 0 | 0.94 | 0.86 | 0.86 | 354.71 | 0.89 | 0.07 |
| Hex | 24 | 2 | 5 | 0 | 5E | 56 | 56 | 163 | 59 | 7 |
| Octal | 44 | 2 | 5 | 0 | 136 | 126 | 126 | 543 | 131 | 7 |
| Binary | 100100 | 10 | 101 | 0 | 1011110 | 1010110 | 1010110 | 101100011 | 1011001 | 111 |
Color Harmonies of #240205
Complementary color
Monochromatic Colors of #240205
Black with #240205
Text Example
Text Example
White with #240205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240205; }
p { color: rgb(36,2,5); }
H1.HeaderClassName
{
color: #240205;
}
.AnyTagClassName
{
color: #240205;
}
</style>
background-color css
<style>
a { background-color: #240205; }
a { background-color: rgb(36,2,5); }
div.DivClassName
{
background-color: #240205;
}
.BgClassName
{
background-color: #240205;
}
</style>
border-color css
<style>
span { border-color: #240205; }
span { border-color: rgb(36,2,5); }
td.TdClassName
{
border-color: #240205;
}
.TagClassName
{
border-color: #240205;
}
</style>