Shades of Rustic Red #240B14
Tints of Rustic Red #240B14
RGB
CMYK
RGB Variations
Color information
#240B14 (or 0x240B14) is known color: Rustic Red. HEX triplet: 24, 0B and 14. RGB value is (36,11,20). Sum of RGB (Red+Green+Blue) = 36+11+20=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #240B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B14 is #DBF4EB. Grayscale: #131313. Windows color (decimal): -14415084 or 1313572. OLE color: 1313572.
HSL color Cylindrical-coordinate representation of color #240B14: hue angle of 338.4º 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 #240B14 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 20 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.86 |
| HSL | 338.4º | 0.53% | 0.09% | - |
| HSV(B) | 338.4º | 0.69% | 0.14% | - |
| XYZ | 0.97 | 0.66 | 0.74 | - |
| YUV | 19.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 20 | 0 | 0.69 | 0.44 | 0.86 | 338.4 | 0.53 | 0.09 |
| Hex | 24 | B | 14 | 0 | 45 | 2C | 56 | 152 | 35 | 9 |
| Octal | 44 | 13 | 24 | 0 | 105 | 54 | 126 | 522 | 65 | 11 |
| Binary | 100100 | 1011 | 10100 | 0 | 1000101 | 101100 | 1010110 | 101010010 | 110101 | 1001 |
Color Harmonies of #240B14
Complementary color
Monochromatic Colors of #240B14
Black with #240B14
Text Example
Text Example
White with #240B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B14; }
p { color: rgb(36,11,20); }
H1.HeaderClassName
{
color: #240B14;
}
.AnyTagClassName
{
color: #240B14;
}
</style>
background-color css
<style>
a { background-color: #240B14; }
a { background-color: rgb(36,11,20); }
div.DivClassName
{
background-color: #240B14;
}
.BgClassName
{
background-color: #240B14;
}
</style>
border-color css
<style>
span { border-color: #240B14; }
span { border-color: rgb(36,11,20); }
td.TdClassName
{
border-color: #240B14;
}
.TagClassName
{
border-color: #240B14;
}
</style>