Shades of Rustic Red #240C12
Tints of Rustic Red #240C12
RGB
CMYK
RGB Variations
Color information
#240C12 (or 0x240C12) is known color: Rustic Red. HEX triplet: 24, 0C and 12. RGB value is (36,12,18). Sum of RGB (Red+Green+Blue) = 36+12+18=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C12 is #DBF3ED. Grayscale: #131313. Windows color (decimal): -14414830 or 1182756. OLE color: 1182756.
HSL color Cylindrical-coordinate representation of color #240C12: hue angle of 345º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #240C12 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 12 | 18 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.86 |
| HSL | 345º | 0.5% | 0.09% | - |
| HSV(B) | 345º | 0.67% | 0.14% | - |
| XYZ | 0.97 | 0.68 | 0.65 | - |
| YUV | 19.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 18 | 0 | 0.67 | 0.5 | 0.86 | 345 | 0.5 | 0.09 |
| Hex | 24 | C | 12 | 0 | 43 | 32 | 56 | 159 | 32 | 9 |
| Octal | 44 | 14 | 22 | 0 | 103 | 62 | 126 | 531 | 62 | 11 |
| Binary | 100100 | 1100 | 10010 | 0 | 1000011 | 110010 | 1010110 | 101011001 | 110010 | 1001 |
Color Harmonies of #240C12
Complementary color
Monochromatic Colors of #240C12
Black with #240C12
Text Example
Text Example
White with #240C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C12; }
p { color: rgb(36,12,18); }
H1.HeaderClassName
{
color: #240C12;
}
.AnyTagClassName
{
color: #240C12;
}
</style>
background-color css
<style>
a { background-color: #240C12; }
a { background-color: rgb(36,12,18); }
div.DivClassName
{
background-color: #240C12;
}
.BgClassName
{
background-color: #240C12;
}
</style>
border-color css
<style>
span { border-color: #240C12; }
span { border-color: rgb(36,12,18); }
td.TdClassName
{
border-color: #240C12;
}
.TagClassName
{
border-color: #240C12;
}
</style>