Shades of Rustic Red #18000C
Tints of Rustic Red #18000C
RGB
CMYK
RGB Variations
Color information
#18000C (or 0x18000C) is known color: Rustic Red. HEX triplet: 18, 00 and 0C. RGB value is (24,0,12). Sum of RGB (Red+Green+Blue) = 24+0+12=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #18000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000C is #E7FFF3. Grayscale: #080808. Windows color (decimal): -15204340 or 786456. OLE color: 786456.
HSL color Cylindrical-coordinate representation of color #18000C: hue angle of 330º 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 #18000C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.50 | 0.91 |
| HSL | 330º | 1% | 0.05% | - |
| HSV(B) | 330º | 1% | 0.09% | - |
| XYZ | 0.44 | 0.22 | 0.37 | - |
| YUV | 8.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 12 | 0 | 1 | 0.50 | 0.91 | 330 | 1 | 0.05 |
| Hex | 18 | 0 | C | 0 | 64 | 32 | 5B | 14A | 64 | 5 |
| Octal | 30 | 0 | 14 | 0 | 144 | 62 | 133 | 512 | 144 | 5 |
| Binary | 11000 | 0 | 1100 | 0 | 1100100 | 110010 | 1011011 | 101001010 | 1100100 | 101 |
Color Harmonies of #18000C
Complementary color
Monochromatic Colors of #18000C
Black with #18000C
Text Example
Text Example
White with #18000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18000C; }
p { color: rgb(24,0,12); }
H1.HeaderClassName
{
color: #18000C;
}
.AnyTagClassName
{
color: #18000C;
}
</style>
background-color css
<style>
a { background-color: #18000C; }
a { background-color: rgb(24,0,12); }
div.DivClassName
{
background-color: #18000C;
}
.BgClassName
{
background-color: #18000C;
}
</style>
border-color css
<style>
span { border-color: #18000C; }
span { border-color: rgb(24,0,12); }
td.TdClassName
{
border-color: #18000C;
}
.TagClassName
{
border-color: #18000C;
}
</style>