Shades of Rustic Red #180E13
Tints of Rustic Red #180E13
RGB
CMYK
RGB Variations
Color information
#180E13 (or 0x180E13) is known color: Rustic Red. HEX triplet: 18, 0E and 13. RGB value is (24,14,19). Sum of RGB (Red+Green+Blue) = 24+14+19=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E13 is #E7F1EC. Grayscale: #111111. Windows color (decimal): -15200749 or 1248792. OLE color: 1248792.
HSL color Cylindrical-coordinate representation of color #180E13: hue angle of 330º 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 #180E13 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 14 | 19 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.91 |
| HSL | 330º | 0.26% | 0.07% | - |
| HSV(B) | 330º | 0.42% | 0.09% | - |
| XYZ | 0.65 | 0.56 | 0.69 | - |
| YUV | 17.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 19 | 0 | 0.42 | 0.21 | 0.91 | 330 | 0.26 | 0.07 |
| Hex | 18 | E | 13 | 0 | 2A | 15 | 5B | 14A | 1A | 7 |
| Octal | 30 | 16 | 23 | 0 | 52 | 25 | 133 | 512 | 32 | 7 |
| Binary | 11000 | 1110 | 10011 | 0 | 101010 | 10101 | 1011011 | 101001010 | 11010 | 111 |
Color Harmonies of #180E13
Complementary color
Monochromatic Colors of #180E13
Black with #180E13
Text Example
Text Example
White with #180E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E13; }
p { color: rgb(24,14,19); }
H1.HeaderClassName
{
color: #180E13;
}
.AnyTagClassName
{
color: #180E13;
}
</style>
background-color css
<style>
a { background-color: #180E13; }
a { background-color: rgb(24,14,19); }
div.DivClassName
{
background-color: #180E13;
}
.BgClassName
{
background-color: #180E13;
}
</style>
border-color css
<style>
span { border-color: #180E13; }
span { border-color: rgb(24,14,19); }
td.TdClassName
{
border-color: #180E13;
}
.TagClassName
{
border-color: #180E13;
}
</style>