Shades of Rustic Red #240F12
Tints of Rustic Red #240F12
RGB
CMYK
RGB Variations
Color information
#240F12 (or 0x240F12) is known color: Rustic Red. HEX triplet: 24, 0F and 12. RGB value is (36,15,18). Sum of RGB (Red+Green+Blue) = 36+15+18=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F12 is #DBF0ED. Grayscale: #151515. Windows color (decimal): -14414062 or 1183524. OLE color: 1183524.
HSL color Cylindrical-coordinate representation of color #240F12: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F12 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 18 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.86 |
| HSL | 351.43º | 0.41% | 0.1% | - |
| HSV(B) | 351.43º | 0.58% | 0.14% | - |
| XYZ | 1.01 | 0.76 | 0.67 | - |
| YUV | 21.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 18 | 0 | 0.58 | 0.5 | 0.86 | 351.43 | 0.41 | 0.1 |
| Hex | 24 | F | 12 | 0 | 3A | 32 | 56 | 15F | 29 | A |
| Octal | 44 | 17 | 22 | 0 | 72 | 62 | 126 | 537 | 51 | 12 |
| Binary | 100100 | 1111 | 10010 | 0 | 111010 | 110010 | 1010110 | 101011111 | 101001 | 1010 |
Color Harmonies of #240F12
Complementary color
Monochromatic Colors of #240F12
Black with #240F12
Text Example
Text Example
White with #240F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F12; }
p { color: rgb(36,15,18); }
H1.HeaderClassName
{
color: #240F12;
}
.AnyTagClassName
{
color: #240F12;
}
</style>
background-color css
<style>
a { background-color: #240F12; }
a { background-color: rgb(36,15,18); }
div.DivClassName
{
background-color: #240F12;
}
.BgClassName
{
background-color: #240F12;
}
</style>
border-color css
<style>
span { border-color: #240F12; }
span { border-color: rgb(36,15,18); }
td.TdClassName
{
border-color: #240F12;
}
.TagClassName
{
border-color: #240F12;
}
</style>