Shades of Rustic Red #240110
Tints of Rustic Red #240110
RGB
CMYK
RGB Variations
Color information
#240110 (or 0x240110) is known color: Rustic Red. HEX triplet: 24, 01 and 10. RGB value is (36,1,16). Sum of RGB (Red+Green+Blue) = 36+1+16=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #240110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240110 is #DBFEEF. Grayscale: #0D0D0D. Windows color (decimal): -14417648 or 1048868. OLE color: 1048868.
HSL color Cylindrical-coordinate representation of color #240110: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240110 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 16 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.86 |
| HSL | 334.29º | 0.95% | 0.07% | - |
| HSV(B) | 334.29º | 0.97% | 0.14% | - |
| XYZ | 0.83 | 0.43 | 0.53 | - |
| YUV | 13.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 16 | 0 | 0.97 | 0.56 | 0.86 | 334.29 | 0.95 | 0.07 |
| Hex | 24 | 1 | 10 | 0 | 61 | 38 | 56 | 14E | 5F | 7 |
| Octal | 44 | 1 | 20 | 0 | 141 | 70 | 126 | 516 | 137 | 7 |
| Binary | 100100 | 1 | 10000 | 0 | 1100001 | 111000 | 1010110 | 101001110 | 1011111 | 111 |
Color Harmonies of #240110
Complementary color
Monochromatic Colors of #240110
Black with #240110
Text Example
Text Example
White with #240110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240110; }
p { color: rgb(36,1,16); }
H1.HeaderClassName
{
color: #240110;
}
.AnyTagClassName
{
color: #240110;
}
</style>
background-color css
<style>
a { background-color: #240110; }
a { background-color: rgb(36,1,16); }
div.DivClassName
{
background-color: #240110;
}
.BgClassName
{
background-color: #240110;
}
</style>
border-color css
<style>
span { border-color: #240110; }
span { border-color: rgb(36,1,16); }
td.TdClassName
{
border-color: #240110;
}
.TagClassName
{
border-color: #240110;
}
</style>