Shades of Rustic Red #240B15
Tints of Rustic Red #240B15
RGB
CMYK
RGB Variations
Color information
#240B15 (or 0x240B15) is known color: Rustic Red. HEX triplet: 24, 0B and 15. RGB value is (36,11,21). Sum of RGB (Red+Green+Blue) = 36+11+21=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #240B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B15 is #DBF4EA. Grayscale: #131313. Windows color (decimal): -14415083 or 1379108. OLE color: 1379108.
HSL color Cylindrical-coordinate representation of color #240B15: hue angle of 336º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240B15 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 21 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.86 |
| HSL | 336º | 0.53% | 0.09% | - |
| HSV(B) | 336º | 0.69% | 0.14% | - |
| XYZ | 0.98 | 0.67 | 0.79 | - |
| YUV | 19.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 21 | 0 | 0.69 | 0.42 | 0.86 | 336 | 0.53 | 0.09 |
| Hex | 24 | B | 15 | 0 | 45 | 2A | 56 | 150 | 35 | 9 |
| Octal | 44 | 13 | 25 | 0 | 105 | 52 | 126 | 520 | 65 | 11 |
| Binary | 100100 | 1011 | 10101 | 0 | 1000101 | 101010 | 1010110 | 101010000 | 110101 | 1001 |
Color Harmonies of #240B15
Complementary color
Monochromatic Colors of #240B15
Black with #240B15
Text Example
Text Example
White with #240B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B15; }
p { color: rgb(36,11,21); }
H1.HeaderClassName
{
color: #240B15;
}
.AnyTagClassName
{
color: #240B15;
}
</style>
background-color css
<style>
a { background-color: #240B15; }
a { background-color: rgb(36,11,21); }
div.DivClassName
{
background-color: #240B15;
}
.BgClassName
{
background-color: #240B15;
}
</style>
border-color css
<style>
span { border-color: #240B15; }
span { border-color: rgb(36,11,21); }
td.TdClassName
{
border-color: #240B15;
}
.TagClassName
{
border-color: #240B15;
}
</style>