Shades of Rustic Red #180E12
Tints of Rustic Red #180E12
RGB
CMYK
RGB Variations
Color information
#180E12 (or 0x180E12) is known color: Rustic Red. HEX triplet: 18, 0E and 12. RGB value is (24,14,18). Sum of RGB (Red+Green+Blue) = 24+14+18=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E12 is #E7F1ED. Grayscale: #111111. Windows color (decimal): -15200750 or 1183256. OLE color: 1183256.
HSL color Cylindrical-coordinate representation of color #180E12: hue angle of 336º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #180E12 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 14 | 18 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.91 |
| HSL | 336º | 0.26% | 0.07% | - |
| HSV(B) | 336º | 0.42% | 0.09% | - |
| XYZ | 0.64 | 0.55 | 0.64 | - |
| YUV | 17.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 18 | 0 | 0.42 | 0.25 | 0.91 | 336 | 0.26 | 0.07 |
| Hex | 18 | E | 12 | 0 | 2A | 19 | 5B | 150 | 1A | 7 |
| Octal | 30 | 16 | 22 | 0 | 52 | 31 | 133 | 520 | 32 | 7 |
| Binary | 11000 | 1110 | 10010 | 0 | 101010 | 11001 | 1011011 | 101010000 | 11010 | 111 |
Color Harmonies of #180E12
Complementary color
Monochromatic Colors of #180E12
Black with #180E12
Text Example
Text Example
White with #180E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E12; }
p { color: rgb(24,14,18); }
H1.HeaderClassName
{
color: #180E12;
}
.AnyTagClassName
{
color: #180E12;
}
</style>
background-color css
<style>
a { background-color: #180E12; }
a { background-color: rgb(24,14,18); }
div.DivClassName
{
background-color: #180E12;
}
.BgClassName
{
background-color: #180E12;
}
</style>
border-color css
<style>
span { border-color: #180E12; }
span { border-color: rgb(24,14,18); }
td.TdClassName
{
border-color: #180E12;
}
.TagClassName
{
border-color: #180E12;
}
</style>