Shades of Rustic Red #24040F
Tints of Rustic Red #24040F
RGB
CMYK
RGB Variations
Color information
#24040F (or 0x24040F) is known color: Rustic Red. HEX triplet: 24, 04 and 0F. RGB value is (36,4,15). Sum of RGB (Red+Green+Blue) = 36+4+15=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #24040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040F is #DBFBF0. Grayscale: #0E0E0E. Windows color (decimal): -14416881 or 984100. OLE color: 984100.
HSL color Cylindrical-coordinate representation of color #24040F: hue angle of 339.38º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24040F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 15 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.86 |
| HSL | 339.38º | 0.8% | 0.08% | - |
| HSV(B) | 339.38º | 0.89% | 0.14% | - |
| XYZ | 0.86 | 0.5 | 0.5 | - |
| YUV | 14.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 15 | 0 | 0.89 | 0.58 | 0.86 | 339.38 | 0.8 | 0.08 |
| Hex | 24 | 4 | F | 0 | 59 | 3A | 56 | 153 | 50 | 8 |
| Octal | 44 | 4 | 17 | 0 | 131 | 72 | 126 | 523 | 120 | 10 |
| Binary | 100100 | 100 | 1111 | 0 | 1011001 | 111010 | 1010110 | 101010011 | 1010000 | 1000 |
Color Harmonies of #24040F
Complementary color
Monochromatic Colors of #24040F
Black with #24040F
Text Example
Text Example
White with #24040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24040F; }
p { color: rgb(36,4,15); }
H1.HeaderClassName
{
color: #24040F;
}
.AnyTagClassName
{
color: #24040F;
}
</style>
background-color css
<style>
a { background-color: #24040F; }
a { background-color: rgb(36,4,15); }
div.DivClassName
{
background-color: #24040F;
}
.BgClassName
{
background-color: #24040F;
}
</style>
border-color css
<style>
span { border-color: #24040F; }
span { border-color: rgb(36,4,15); }
td.TdClassName
{
border-color: #24040F;
}
.TagClassName
{
border-color: #24040F;
}
</style>