Shades of Rustic Red #18040D
Tints of Rustic Red #18040D
RGB
CMYK
RGB Variations
Color information
#18040D (or 0x18040D) is known color: Rustic Red. HEX triplet: 18, 04 and 0D. RGB value is (24,4,13). Sum of RGB (Red+Green+Blue) = 24+4+13=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #18040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18040D is #E7FBF2. Grayscale: #0A0A0A. Windows color (decimal): -15203315 or 853016. OLE color: 853016.
HSL color Cylindrical-coordinate representation of color #18040D: hue angle of 333º 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 #18040D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 13 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.91 |
| HSL | 333º | 0.71% | 0.05% | - |
| HSV(B) | 333º | 0.83% | 0.09% | - |
| XYZ | 0.49 | 0.31 | 0.41 | - |
| YUV | 11.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 13 | 0 | 0.83 | 0.46 | 0.91 | 333 | 0.71 | 0.05 |
| Hex | 18 | 4 | D | 0 | 53 | 2E | 5B | 14D | 47 | 5 |
| Octal | 30 | 4 | 15 | 0 | 123 | 56 | 133 | 515 | 107 | 5 |
| Binary | 11000 | 100 | 1101 | 0 | 1010011 | 101110 | 1011011 | 101001101 | 1000111 | 101 |
Color Harmonies of #18040D
Complementary color
Monochromatic Colors of #18040D
Black with #18040D
Text Example
Text Example
White with #18040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18040D; }
p { color: rgb(24,4,13); }
H1.HeaderClassName
{
color: #18040D;
}
.AnyTagClassName
{
color: #18040D;
}
</style>
background-color css
<style>
a { background-color: #18040D; }
a { background-color: rgb(24,4,13); }
div.DivClassName
{
background-color: #18040D;
}
.BgClassName
{
background-color: #18040D;
}
</style>
border-color css
<style>
span { border-color: #18040D; }
span { border-color: rgb(24,4,13); }
td.TdClassName
{
border-color: #18040D;
}
.TagClassName
{
border-color: #18040D;
}
</style>