Shades of Rustic Red #240011
Tints of Rustic Red #240011
RGB
CMYK
RGB Variations
Color information
#240011 (or 0x240011) is known color: Rustic Red. HEX triplet: 24, 00 and 11. RGB value is (36,0,17). Sum of RGB (Red+Green+Blue) = 36+0+17=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #240011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240011 is #DBFFEE. Grayscale: #0C0C0C. Windows color (decimal): -14417903 or 1114148. OLE color: 1114148.
HSL color Cylindrical-coordinate representation of color #240011: hue angle of 331.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 #240011 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.53 | 0.86 |
| HSL | 331.67º | 1% | 0.07% | - |
| HSV(B) | 331.67º | 1% | 0.14% | - |
| XYZ | 0.83 | 0.42 | 0.57 | - |
| YUV | 12.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 17 | 0 | 1 | 0.53 | 0.86 | 331.67 | 1 | 0.07 |
| Hex | 24 | 0 | 11 | 0 | 64 | 35 | 56 | 14C | 64 | 7 |
| Octal | 44 | 0 | 21 | 0 | 144 | 65 | 126 | 514 | 144 | 7 |
| Binary | 100100 | 0 | 10001 | 0 | 1100100 | 110101 | 1010110 | 101001100 | 1100100 | 111 |
Color Harmonies of #240011
Complementary color
Monochromatic Colors of #240011
Black with #240011
Text Example
Text Example
White with #240011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240011; }
p { color: rgb(36,0,17); }
H1.HeaderClassName
{
color: #240011;
}
.AnyTagClassName
{
color: #240011;
}
</style>
background-color css
<style>
a { background-color: #240011; }
a { background-color: rgb(36,0,17); }
div.DivClassName
{
background-color: #240011;
}
.BgClassName
{
background-color: #240011;
}
</style>
border-color css
<style>
span { border-color: #240011; }
span { border-color: rgb(36,0,17); }
td.TdClassName
{
border-color: #240011;
}
.TagClassName
{
border-color: #240011;
}
</style>