Shades of Rustic Red #14060C
Tints of Rustic Red #14060C
RGB
CMYK
RGB Variations
Color information
#14060C (or 0x14060C) is known color: Rustic Red. HEX triplet: 14, 06 and 0C. RGB value is (20,6,12). Sum of RGB (Red+Green+Blue) = 20+6+12=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060C is #EBF9F3. Grayscale: #0A0A0A. Windows color (decimal): -15464948 or 787988. OLE color: 787988.
HSL color Cylindrical-coordinate representation of color #14060C: hue angle of 334.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14060C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 12 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.92 |
| HSL | 334.29º | 0.54% | 0.05% | - |
| HSV(B) | 334.29º | 0.7% | 0.08% | - |
| XYZ | 0.42 | 0.31 | 0.38 | - |
| YUV | 10.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 12 | 0 | 0.70 | 0.40 | 0.92 | 334.29 | 0.54 | 0.05 |
| Hex | 14 | 6 | C | 0 | 46 | 28 | 5C | 14E | 36 | 5 |
| Octal | 24 | 6 | 14 | 0 | 106 | 50 | 134 | 516 | 66 | 5 |
| Binary | 10100 | 110 | 1100 | 0 | 1000110 | 101000 | 1011100 | 101001110 | 110110 | 101 |
Color Harmonies of #14060C
Complementary color
Monochromatic Colors of #14060C
Black with #14060C
Text Example
Text Example
White with #14060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14060C; }
p { color: rgb(20,6,12); }
H1.HeaderClassName
{
color: #14060C;
}
.AnyTagClassName
{
color: #14060C;
}
</style>
background-color css
<style>
a { background-color: #14060C; }
a { background-color: rgb(20,6,12); }
div.DivClassName
{
background-color: #14060C;
}
.BgClassName
{
background-color: #14060C;
}
</style>
border-color css
<style>
span { border-color: #14060C; }
span { border-color: rgb(20,6,12); }
td.TdClassName
{
border-color: #14060C;
}
.TagClassName
{
border-color: #14060C;
}
</style>