Shades of Rustic Red #240B12
Tints of Rustic Red #240B12
RGB
CMYK
RGB Variations
Color information
#240B12 (or 0x240B12) is known color: Rustic Red. HEX triplet: 24, 0B and 12. RGB value is (36,11,18). Sum of RGB (Red+Green+Blue) = 36+11+18=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B12 is #DBF4ED. Grayscale: #131313. Windows color (decimal): -14415086 or 1182500. OLE color: 1182500.
HSL color Cylindrical-coordinate representation of color #240B12: hue angle of 343.2º 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 #240B12 is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 18 | - |
| CMYK | 0 | 0.69 | 0.5 | 0.86 |
| HSL | 343.2º | 0.53% | 0.09% | - |
| HSV(B) | 343.2º | 0.69% | 0.14% | - |
| XYZ | 0.96 | 0.66 | 0.65 | - |
| YUV | 19.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 18 | 0 | 0.69 | 0.5 | 0.86 | 343.2 | 0.53 | 0.09 |
| Hex | 24 | B | 12 | 0 | 45 | 32 | 56 | 157 | 35 | 9 |
| Octal | 44 | 13 | 22 | 0 | 105 | 62 | 126 | 527 | 65 | 11 |
| Binary | 100100 | 1011 | 10010 | 0 | 1000101 | 110010 | 1010110 | 101010111 | 110101 | 1001 |
Color Harmonies of #240B12
Complementary color
Monochromatic Colors of #240B12
Black with #240B12
Text Example
Text Example
White with #240B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B12; }
p { color: rgb(36,11,18); }
H1.HeaderClassName
{
color: #240B12;
}
.AnyTagClassName
{
color: #240B12;
}
</style>
background-color css
<style>
a { background-color: #240B12; }
a { background-color: rgb(36,11,18); }
div.DivClassName
{
background-color: #240B12;
}
.BgClassName
{
background-color: #240B12;
}
</style>
border-color css
<style>
span { border-color: #240B12; }
span { border-color: rgb(36,11,18); }
td.TdClassName
{
border-color: #240B12;
}
.TagClassName
{
border-color: #240B12;
}
</style>