Shades of Rustic Red #241113
Tints of Rustic Red #241113
RGB
CMYK
RGB Variations
Color information
#241113 (or 0x241113) is known color: Rustic Red. HEX triplet: 24, 11 and 13. RGB value is (36,17,19). Sum of RGB (Red+Green+Blue) = 36+17+19=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241113 is #DBEEEC. Grayscale: #161616. Windows color (decimal): -14413549 or 1249572. OLE color: 1249572.
HSL color Cylindrical-coordinate representation of color #241113: hue angle of 353.68º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241113 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 17 | 19 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.86 |
| HSL | 353.68º | 0.36% | 0.1% | - |
| HSV(B) | 353.68º | 0.53% | 0.14% | - |
| XYZ | 1.05 | 0.82 | 0.72 | - |
| YUV | 22.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 19 | 0 | 0.53 | 0.47 | 0.86 | 353.68 | 0.36 | 0.1 |
| Hex | 24 | 11 | 13 | 0 | 35 | 2F | 56 | 162 | 24 | A |
| Octal | 44 | 21 | 23 | 0 | 65 | 57 | 126 | 542 | 44 | 12 |
| Binary | 100100 | 10001 | 10011 | 0 | 110101 | 101111 | 1010110 | 101100010 | 100100 | 1010 |
Color Harmonies of #241113
Complementary color
Monochromatic Colors of #241113
Black with #241113
Text Example
Text Example
White with #241113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241113; }
p { color: rgb(36,17,19); }
H1.HeaderClassName
{
color: #241113;
}
.AnyTagClassName
{
color: #241113;
}
</style>
background-color css
<style>
a { background-color: #241113; }
a { background-color: rgb(36,17,19); }
div.DivClassName
{
background-color: #241113;
}
.BgClassName
{
background-color: #241113;
}
</style>
border-color css
<style>
span { border-color: #241113; }
span { border-color: rgb(36,17,19); }
td.TdClassName
{
border-color: #241113;
}
.TagClassName
{
border-color: #241113;
}
</style>