Shades of Rustic Red #18040E
Tints of Rustic Red #18040E
RGB
CMYK
RGB Variations
Color information
#18040E (or 0x18040E) is known color: Rustic Red. HEX triplet: 18, 04 and 0E. RGB value is (24,4,14). Sum of RGB (Red+Green+Blue) = 24+4+14=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #18040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18040E is #E7FBF1. Grayscale: #0B0B0B. Windows color (decimal): -15203314 or 918552. OLE color: 918552.
HSL color Cylindrical-coordinate representation of color #18040E: hue angle of 330º 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 #18040E is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 14 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.91 |
| HSL | 330º | 0.71% | 0.05% | - |
| HSV(B) | 330º | 0.83% | 0.09% | - |
| XYZ | 0.5 | 0.31 | 0.45 | - |
| YUV | 11.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 14 | 0 | 0.83 | 0.42 | 0.91 | 330 | 0.71 | 0.05 |
| Hex | 18 | 4 | E | 0 | 53 | 2A | 5B | 14A | 47 | 5 |
| Octal | 30 | 4 | 16 | 0 | 123 | 52 | 133 | 512 | 107 | 5 |
| Binary | 11000 | 100 | 1110 | 0 | 1010011 | 101010 | 1011011 | 101001010 | 1000111 | 101 |
Color Harmonies of #18040E
Complementary color
Monochromatic Colors of #18040E
Black with #18040E
Text Example
Text Example
White with #18040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18040E; }
p { color: rgb(24,4,14); }
H1.HeaderClassName
{
color: #18040E;
}
.AnyTagClassName
{
color: #18040E;
}
</style>
background-color css
<style>
a { background-color: #18040E; }
a { background-color: rgb(24,4,14); }
div.DivClassName
{
background-color: #18040E;
}
.BgClassName
{
background-color: #18040E;
}
</style>
border-color css
<style>
span { border-color: #18040E; }
span { border-color: rgb(24,4,14); }
td.TdClassName
{
border-color: #18040E;
}
.TagClassName
{
border-color: #18040E;
}
</style>