Shades of Rustic Red #241011
Tints of Rustic Red #241011
RGB
CMYK
RGB Variations
Color information
#241011 (or 0x241011) is known color: Rustic Red. HEX triplet: 24, 10 and 11. RGB value is (36,16,17). Sum of RGB (Red+Green+Blue) = 36+16+17=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #241011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241011 is #DBEFEE. Grayscale: #161616. Windows color (decimal): -14413807 or 1118244. OLE color: 1118244.
HSL color Cylindrical-coordinate representation of color #241011: hue angle of 357º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241011 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 17 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.86 |
| HSL | 357º | 0.38% | 0.1% | - |
| HSV(B) | 357º | 0.56% | 0.14% | - |
| XYZ | 1.01 | 0.79 | 0.63 | - |
| YUV | 22.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 17 | 0 | 0.56 | 0.53 | 0.86 | 357 | 0.38 | 0.1 |
| Hex | 24 | 10 | 11 | 0 | 38 | 35 | 56 | 165 | 26 | A |
| Octal | 44 | 20 | 21 | 0 | 70 | 65 | 126 | 545 | 46 | 12 |
| Binary | 100100 | 10000 | 10001 | 0 | 111000 | 110101 | 1010110 | 101100101 | 100110 | 1010 |
Color Harmonies of #241011
Complementary color
Monochromatic Colors of #241011
Black with #241011
Text Example
Text Example
White with #241011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241011; }
p { color: rgb(36,16,17); }
H1.HeaderClassName
{
color: #241011;
}
.AnyTagClassName
{
color: #241011;
}
</style>
background-color css
<style>
a { background-color: #241011; }
a { background-color: rgb(36,16,17); }
div.DivClassName
{
background-color: #241011;
}
.BgClassName
{
background-color: #241011;
}
</style>
border-color css
<style>
span { border-color: #241011; }
span { border-color: rgb(36,16,17); }
td.TdClassName
{
border-color: #241011;
}
.TagClassName
{
border-color: #241011;
}
</style>