Shades of Rustic Red #240C0D
Tints of Rustic Red #240C0D
RGB
CMYK
RGB Variations
Color information
#240C0D (or 0x240C0D) is known color: Rustic Red. HEX triplet: 24, 0C and 0D. RGB value is (36,12,13). Sum of RGB (Red+Green+Blue) = 36+12+13=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C0D is #DBF3F2. Grayscale: #131313. Windows color (decimal): -14414835 or 855076. OLE color: 855076.
HSL color Cylindrical-coordinate representation of color #240C0D: hue angle of 357.5º 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 #240C0D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 12 | 13 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.86 |
| HSL | 357.5º | 0.5% | 0.09% | - |
| HSV(B) | 357.5º | 0.67% | 0.14% | - |
| XYZ | 0.93 | 0.67 | 0.46 | - |
| YUV | 19.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 13 | 0 | 0.67 | 0.64 | 0.86 | 357.5 | 0.5 | 0.09 |
| Hex | 24 | C | D | 0 | 43 | 40 | 56 | 166 | 32 | 9 |
| Octal | 44 | 14 | 15 | 0 | 103 | 100 | 126 | 546 | 62 | 11 |
| Binary | 100100 | 1100 | 1101 | 0 | 1000011 | 1000000 | 1010110 | 101100110 | 110010 | 1001 |
Color Harmonies of #240C0D
Complementary color
Monochromatic Colors of #240C0D
Black with #240C0D
Text Example
Text Example
White with #240C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C0D; }
p { color: rgb(36,12,13); }
H1.HeaderClassName
{
color: #240C0D;
}
.AnyTagClassName
{
color: #240C0D;
}
</style>
background-color css
<style>
a { background-color: #240C0D; }
a { background-color: rgb(36,12,13); }
div.DivClassName
{
background-color: #240C0D;
}
.BgClassName
{
background-color: #240C0D;
}
</style>
border-color css
<style>
span { border-color: #240C0D; }
span { border-color: rgb(36,12,13); }
td.TdClassName
{
border-color: #240C0D;
}
.TagClassName
{
border-color: #240C0D;
}
</style>