Shades of Rustic Red #18020C
Tints of Rustic Red #18020C
RGB
CMYK
RGB Variations
Color information
#18020C (or 0x18020C) is known color: Rustic Red. HEX triplet: 18, 02 and 0C. RGB value is (24,2,12). Sum of RGB (Red+Green+Blue) = 24+2+12=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #18020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18020C is #E7FDF3. Grayscale: #090909. Windows color (decimal): -15203828 or 786968. OLE color: 786968.
HSL color Cylindrical-coordinate representation of color #18020C: hue angle of 332.73º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18020C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 2 | 12 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.91 |
| HSL | 332.73º | 0.85% | 0.05% | - |
| HSV(B) | 332.73º | 0.92% | 0.09% | - |
| XYZ | 0.46 | 0.26 | 0.37 | - |
| YUV | 9.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 12 | 0 | 0.92 | 0.50 | 0.91 | 332.73 | 0.85 | 0.05 |
| Hex | 18 | 2 | C | 0 | 5C | 32 | 5B | 14D | 55 | 5 |
| Octal | 30 | 2 | 14 | 0 | 134 | 62 | 133 | 515 | 125 | 5 |
| Binary | 11000 | 10 | 1100 | 0 | 1011100 | 110010 | 1011011 | 101001101 | 1010101 | 101 |
Color Harmonies of #18020C
Complementary color
Monochromatic Colors of #18020C
Black with #18020C
Text Example
Text Example
White with #18020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18020C; }
p { color: rgb(24,2,12); }
H1.HeaderClassName
{
color: #18020C;
}
.AnyTagClassName
{
color: #18020C;
}
</style>
background-color css
<style>
a { background-color: #18020C; }
a { background-color: rgb(24,2,12); }
div.DivClassName
{
background-color: #18020C;
}
.BgClassName
{
background-color: #18020C;
}
</style>
border-color css
<style>
span { border-color: #18020C; }
span { border-color: rgb(24,2,12); }
td.TdClassName
{
border-color: #18020C;
}
.TagClassName
{
border-color: #18020C;
}
</style>