Shades of Rustic Red #18000D
Tints of Rustic Red #18000D
RGB
CMYK
RGB Variations
Color information
#18000D (or 0x18000D) is known color: Rustic Red. HEX triplet: 18, 00 and 0D. RGB value is (24,0,13). Sum of RGB (Red+Green+Blue) = 24+0+13=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #18000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000D is #E7FFF2. Grayscale: #080808. Windows color (decimal): -15204339 or 851992. OLE color: 851992.
HSL color Cylindrical-coordinate representation of color #18000D: hue angle of 327.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18000D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.46 | 0.91 |
| HSL | 327.5º | 1% | 0.05% | - |
| HSV(B) | 327.5º | 1% | 0.09% | - |
| XYZ | 0.45 | 0.22 | 0.4 | - |
| YUV | 8.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 13 | 0 | 1 | 0.46 | 0.91 | 327.5 | 1 | 0.05 |
| Hex | 18 | 0 | D | 0 | 64 | 2E | 5B | 148 | 64 | 5 |
| Octal | 30 | 0 | 15 | 0 | 144 | 56 | 133 | 510 | 144 | 5 |
| Binary | 11000 | 0 | 1101 | 0 | 1100100 | 101110 | 1011011 | 101001000 | 1100100 | 101 |
Color Harmonies of #18000D
Complementary color
Monochromatic Colors of #18000D
Black with #18000D
Text Example
Text Example
White with #18000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18000D; }
p { color: rgb(24,0,13); }
H1.HeaderClassName
{
color: #18000D;
}
.AnyTagClassName
{
color: #18000D;
}
</style>
background-color css
<style>
a { background-color: #18000D; }
a { background-color: rgb(24,0,13); }
div.DivClassName
{
background-color: #18000D;
}
.BgClassName
{
background-color: #18000D;
}
</style>
border-color css
<style>
span { border-color: #18000D; }
span { border-color: rgb(24,0,13); }
td.TdClassName
{
border-color: #18000D;
}
.TagClassName
{
border-color: #18000D;
}
</style>