Shades of Rustic Red #18040C
Tints of Rustic Red #18040C
RGB
CMYK
RGB Variations
Color information
#18040C (or 0x18040C) is known color: Rustic Red. HEX triplet: 18, 04 and 0C. RGB value is (24,4,12). Sum of RGB (Red+Green+Blue) = 24+4+12=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #18040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18040C is #E7FBF3. Grayscale: #0A0A0A. Windows color (decimal): -15203316 or 787480. OLE color: 787480.
HSL color Cylindrical-coordinate representation of color #18040C: hue angle of 336º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18040C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 12 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.91 |
| HSL | 336º | 0.71% | 0.05% | - |
| HSV(B) | 336º | 0.83% | 0.09% | - |
| XYZ | 0.49 | 0.31 | 0.38 | - |
| YUV | 10.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 12 | 0 | 0.83 | 0.50 | 0.91 | 336 | 0.71 | 0.05 |
| Hex | 18 | 4 | C | 0 | 53 | 32 | 5B | 150 | 47 | 5 |
| Octal | 30 | 4 | 14 | 0 | 123 | 62 | 133 | 520 | 107 | 5 |
| Binary | 11000 | 100 | 1100 | 0 | 1010011 | 110010 | 1011011 | 101010000 | 1000111 | 101 |
Color Harmonies of #18040C
Complementary color
Monochromatic Colors of #18040C
Black with #18040C
Text Example
Text Example
White with #18040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18040C; }
p { color: rgb(24,4,12); }
H1.HeaderClassName
{
color: #18040C;
}
.AnyTagClassName
{
color: #18040C;
}
</style>
background-color css
<style>
a { background-color: #18040C; }
a { background-color: rgb(24,4,12); }
div.DivClassName
{
background-color: #18040C;
}
.BgClassName
{
background-color: #18040C;
}
</style>
border-color css
<style>
span { border-color: #18040C; }
span { border-color: rgb(24,4,12); }
td.TdClassName
{
border-color: #18040C;
}
.TagClassName
{
border-color: #18040C;
}
</style>