Shades of Rustic Red #180E10
Tints of Rustic Red #180E10
RGB
CMYK
RGB Variations
Color information
#180E10 (or 0x180E10) is known color: Rustic Red. HEX triplet: 18, 0E and 10. RGB value is (24,14,16). Sum of RGB (Red+Green+Blue) = 24+14+16=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E10 is #E7F1EF. Grayscale: #111111. Windows color (decimal): -15200752 or 1052184. OLE color: 1052184.
HSL color Cylindrical-coordinate representation of color #180E10: hue angle of 348º 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 #180E10 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 14 | 16 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.91 |
| HSL | 348º | 0.26% | 0.07% | - |
| HSV(B) | 348º | 0.42% | 0.09% | - |
| XYZ | 0.63 | 0.55 | 0.56 | - |
| YUV | 17.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 16 | 0 | 0.42 | 0.33 | 0.91 | 348 | 0.26 | 0.07 |
| Hex | 18 | E | 10 | 0 | 2A | 21 | 5B | 15C | 1A | 7 |
| Octal | 30 | 16 | 20 | 0 | 52 | 41 | 133 | 534 | 32 | 7 |
| Binary | 11000 | 1110 | 10000 | 0 | 101010 | 100001 | 1011011 | 101011100 | 11010 | 111 |
Color Harmonies of #180E10
Complementary color
Monochromatic Colors of #180E10
Black with #180E10
Text Example
Text Example
White with #180E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E10; }
p { color: rgb(24,14,16); }
H1.HeaderClassName
{
color: #180E10;
}
.AnyTagClassName
{
color: #180E10;
}
</style>
background-color css
<style>
a { background-color: #180E10; }
a { background-color: rgb(24,14,16); }
div.DivClassName
{
background-color: #180E10;
}
.BgClassName
{
background-color: #180E10;
}
</style>
border-color css
<style>
span { border-color: #180E10; }
span { border-color: rgb(24,14,16); }
td.TdClassName
{
border-color: #180E10;
}
.TagClassName
{
border-color: #180E10;
}
</style>