Shades of Rustic Red #181214
Tints of Rustic Red #181214
RGB
CMYK
RGB Variations
Color information
#181214 (or 0x181214) is known color: Rustic Red. HEX triplet: 18, 12 and 14. RGB value is (24,18,20). Sum of RGB (Red+Green+Blue) = 24+18+20=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181214 is #E7EDEB. Grayscale: #141414. Windows color (decimal): -15199724 or 1315352. OLE color: 1315352.
HSL color Cylindrical-coordinate representation of color #181214: hue angle of 340º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181214 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 18 | 20 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.91 |
| HSL | 340º | 0.14% | 0.08% | - |
| HSV(B) | 340º | 0.25% | 0.09% | - |
| XYZ | 0.72 | 0.68 | 0.75 | - |
| YUV | 20.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 20 | 0 | 0.25 | 0.17 | 0.91 | 340 | 0.14 | 0.08 |
| Hex | 18 | 12 | 14 | 0 | 19 | 11 | 5B | 154 | E | 8 |
| Octal | 30 | 22 | 24 | 0 | 31 | 21 | 133 | 524 | 16 | 10 |
| Binary | 11000 | 10010 | 10100 | 0 | 11001 | 10001 | 1011011 | 101010100 | 1110 | 1000 |
Color Harmonies of #181214
Complementary color
Monochromatic Colors of #181214
Black with #181214
Text Example
Text Example
White with #181214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181214; }
p { color: rgb(24,18,20); }
H1.HeaderClassName
{
color: #181214;
}
.AnyTagClassName
{
color: #181214;
}
</style>
background-color css
<style>
a { background-color: #181214; }
a { background-color: rgb(24,18,20); }
div.DivClassName
{
background-color: #181214;
}
.BgClassName
{
background-color: #181214;
}
</style>
border-color css
<style>
span { border-color: #181214; }
span { border-color: rgb(24,18,20); }
td.TdClassName
{
border-color: #181214;
}
.TagClassName
{
border-color: #181214;
}
</style>