Shades of Rustic Red #181013
Tints of Rustic Red #181013
RGB
CMYK
RGB Variations
Color information
#181013 (or 0x181013) is known color: Rustic Red. HEX triplet: 18, 10 and 13. RGB value is (24,16,19). Sum of RGB (Red+Green+Blue) = 24+16+19=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #181013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181013 is #E7EFEC. Grayscale: #121212. Windows color (decimal): -15200237 or 1249304. OLE color: 1249304.
HSL color Cylindrical-coordinate representation of color #181013: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181013 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 16 | 19 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.91 |
| HSL | 337.5º | 0.2% | 0.08% | - |
| HSV(B) | 337.5º | 0.33% | 0.09% | - |
| XYZ | 0.68 | 0.61 | 0.7 | - |
| YUV | 18.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 19 | 0 | 0.33 | 0.21 | 0.91 | 337.5 | 0.2 | 0.08 |
| Hex | 18 | 10 | 13 | 0 | 21 | 15 | 5B | 152 | 14 | 8 |
| Octal | 30 | 20 | 23 | 0 | 41 | 25 | 133 | 522 | 24 | 10 |
| Binary | 11000 | 10000 | 10011 | 0 | 100001 | 10101 | 1011011 | 101010010 | 10100 | 1000 |
Color Harmonies of #181013
Complementary color
Monochromatic Colors of #181013
Black with #181013
Text Example
Text Example
White with #181013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181013; }
p { color: rgb(24,16,19); }
H1.HeaderClassName
{
color: #181013;
}
.AnyTagClassName
{
color: #181013;
}
</style>
background-color css
<style>
a { background-color: #181013; }
a { background-color: rgb(24,16,19); }
div.DivClassName
{
background-color: #181013;
}
.BgClassName
{
background-color: #181013;
}
</style>
border-color css
<style>
span { border-color: #181013; }
span { border-color: rgb(24,16,19); }
td.TdClassName
{
border-color: #181013;
}
.TagClassName
{
border-color: #181013;
}
</style>