Shades of Rustic Red #180B0E
Tints of Rustic Red #180B0E
RGB
CMYK
RGB Variations
Color information
#180B0E (or 0x180B0E) is known color: Rustic Red. HEX triplet: 18, 0B and 0E. RGB value is (24,11,14). Sum of RGB (Red+Green+Blue) = 24+11+14=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0E is #E7F4F1. Grayscale: #0F0F0F. Windows color (decimal): -15201522 or 920344. OLE color: 920344.
HSL color Cylindrical-coordinate representation of color #180B0E: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #180B0E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 11 | 14 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.91 |
| HSL | 346.15º | 0.37% | 0.07% | - |
| HSV(B) | 346.15º | 0.54% | 0.09% | - |
| XYZ | 0.58 | 0.47 | 0.47 | - |
| YUV | 15.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 14 | 0 | 0.54 | 0.42 | 0.91 | 346.15 | 0.37 | 0.07 |
| Hex | 18 | B | E | 0 | 36 | 2A | 5B | 15A | 25 | 7 |
| Octal | 30 | 13 | 16 | 0 | 66 | 52 | 133 | 532 | 45 | 7 |
| Binary | 11000 | 1011 | 1110 | 0 | 110110 | 101010 | 1011011 | 101011010 | 100101 | 111 |
Color Harmonies of #180B0E
Complementary color
Monochromatic Colors of #180B0E
Black with #180B0E
Text Example
Text Example
White with #180B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B0E; }
p { color: rgb(24,11,14); }
H1.HeaderClassName
{
color: #180B0E;
}
.AnyTagClassName
{
color: #180B0E;
}
</style>
background-color css
<style>
a { background-color: #180B0E; }
a { background-color: rgb(24,11,14); }
div.DivClassName
{
background-color: #180B0E;
}
.BgClassName
{
background-color: #180B0E;
}
</style>
border-color css
<style>
span { border-color: #180B0E; }
span { border-color: rgb(24,11,14); }
td.TdClassName
{
border-color: #180B0E;
}
.TagClassName
{
border-color: #180B0E;
}
</style>