Shades of Rustic Red #14020C
Tints of Rustic Red #14020C
RGB
CMYK
RGB Variations
Color information
#14020C (or 0x14020C) is known color: Rustic Red. HEX triplet: 14, 02 and 0C. RGB value is (20,2,12). Sum of RGB (Red+Green+Blue) = 20+2+12=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #14020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020C is #EBFDF3. Grayscale: #080808. Windows color (decimal): -15465972 or 786964. OLE color: 786964.
HSL color Cylindrical-coordinate representation of color #14020C: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14020C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 12 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.92 |
| HSL | 326.67º | 0.82% | 0.04% | - |
| HSV(B) | 326.67º | 0.9% | 0.08% | - |
| XYZ | 0.38 | 0.22 | 0.37 | - |
| YUV | 8.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 12 | 0 | 0.90 | 0.40 | 0.92 | 326.67 | 0.82 | 0.04 |
| Hex | 14 | 2 | C | 0 | 5A | 28 | 5C | 147 | 52 | 4 |
| Octal | 24 | 2 | 14 | 0 | 132 | 50 | 134 | 507 | 122 | 4 |
| Binary | 10100 | 10 | 1100 | 0 | 1011010 | 101000 | 1011100 | 101000111 | 1010010 | 100 |
Color Harmonies of #14020C
Complementary color
Monochromatic Colors of #14020C
Black with #14020C
Text Example
Text Example
White with #14020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14020C; }
p { color: rgb(20,2,12); }
H1.HeaderClassName
{
color: #14020C;
}
.AnyTagClassName
{
color: #14020C;
}
</style>
background-color css
<style>
a { background-color: #14020C; }
a { background-color: rgb(20,2,12); }
div.DivClassName
{
background-color: #14020C;
}
.BgClassName
{
background-color: #14020C;
}
</style>
border-color css
<style>
span { border-color: #14020C; }
span { border-color: rgb(20,2,12); }
td.TdClassName
{
border-color: #14020C;
}
.TagClassName
{
border-color: #14020C;
}
</style>