Shades of Rustic Red #18060E
Tints of Rustic Red #18060E
RGB
CMYK
RGB Variations
Color information
#18060E (or 0x18060E) is known color: Rustic Red. HEX triplet: 18, 06 and 0E. RGB value is (24,6,14). Sum of RGB (Red+Green+Blue) = 24+6+14=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060E is #E7F9F1. Grayscale: #0C0C0C. Windows color (decimal): -15202802 or 919064. OLE color: 919064.
HSL color Cylindrical-coordinate representation of color #18060E: hue angle of 333.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18060E is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 6 | 14 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.91 |
| HSL | 333.33º | 0.6% | 0.06% | - |
| HSV(B) | 333.33º | 0.75% | 0.09% | - |
| XYZ | 0.52 | 0.36 | 0.46 | - |
| YUV | 12.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 14 | 0 | 0.75 | 0.42 | 0.91 | 333.33 | 0.6 | 0.06 |
| Hex | 18 | 6 | E | 0 | 4B | 2A | 5B | 14D | 3C | 6 |
| Octal | 30 | 6 | 16 | 0 | 113 | 52 | 133 | 515 | 74 | 6 |
| Binary | 11000 | 110 | 1110 | 0 | 1001011 | 101010 | 1011011 | 101001101 | 111100 | 110 |
Color Harmonies of #18060E
Complementary color
Monochromatic Colors of #18060E
Black with #18060E
Text Example
Text Example
White with #18060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18060E; }
p { color: rgb(24,6,14); }
H1.HeaderClassName
{
color: #18060E;
}
.AnyTagClassName
{
color: #18060E;
}
</style>
background-color css
<style>
a { background-color: #18060E; }
a { background-color: rgb(24,6,14); }
div.DivClassName
{
background-color: #18060E;
}
.BgClassName
{
background-color: #18060E;
}
</style>
border-color css
<style>
span { border-color: #18060E; }
span { border-color: rgb(24,6,14); }
td.TdClassName
{
border-color: #18060E;
}
.TagClassName
{
border-color: #18060E;
}
</style>