Shades of Rustic Red #24080E
Tints of Rustic Red #24080E
RGB
CMYK
RGB Variations
Color information
#24080E (or 0x24080E) is known color: Rustic Red. HEX triplet: 24, 08 and 0E. RGB value is (36,8,14). Sum of RGB (Red+Green+Blue) = 36+8+14=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #24080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24080E is #DBF7F1. Grayscale: #111111. Windows color (decimal): -14415858 or 919588. OLE color: 919588.
HSL color Cylindrical-coordinate representation of color #24080E: hue angle of 347.14º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24080E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 14 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.86 |
| HSL | 347.14º | 0.64% | 0.09% | - |
| HSV(B) | 347.14º | 0.78% | 0.14% | - |
| XYZ | 0.89 | 0.58 | 0.48 | - |
| YUV | 17.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 14 | 0 | 0.78 | 0.61 | 0.86 | 347.14 | 0.64 | 0.09 |
| Hex | 24 | 8 | E | 0 | 4E | 3D | 56 | 15B | 40 | 9 |
| Octal | 44 | 10 | 16 | 0 | 116 | 75 | 126 | 533 | 100 | 11 |
| Binary | 100100 | 1000 | 1110 | 0 | 1001110 | 111101 | 1010110 | 101011011 | 1000000 | 1001 |
Color Harmonies of #24080E
Complementary color
Monochromatic Colors of #24080E
Black with #24080E
Text Example
Text Example
White with #24080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24080E; }
p { color: rgb(36,8,14); }
H1.HeaderClassName
{
color: #24080E;
}
.AnyTagClassName
{
color: #24080E;
}
</style>
background-color css
<style>
a { background-color: #24080E; }
a { background-color: rgb(36,8,14); }
div.DivClassName
{
background-color: #24080E;
}
.BgClassName
{
background-color: #24080E;
}
</style>
border-color css
<style>
span { border-color: #24080E; }
span { border-color: rgb(36,8,14); }
td.TdClassName
{
border-color: #24080E;
}
.TagClassName
{
border-color: #24080E;
}
</style>