Shades of Rustic Red #140206
Tints of Rustic Red #140206
RGB
CMYK
RGB Variations
Color information
#140206 (or 0x140206) is known color: Rustic Red. HEX triplet: 14, 02 and 06. RGB value is (20,2,6). Sum of RGB (Red+Green+Blue) = 20+2+6=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140206 is #EBFDF9. Grayscale: #070707. Windows color (decimal): -15465978 or 393748. OLE color: 393748.
HSL color Cylindrical-coordinate representation of color #140206: hue angle of 346.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 #140206 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 6 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.92 |
| HSL | 346.67º | 0.82% | 0.04% | - |
| HSV(B) | 346.67º | 0.9% | 0.08% | - |
| XYZ | 0.34 | 0.21 | 0.19 | - |
| YUV | 7.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 6 | 0 | 0.90 | 0.70 | 0.92 | 346.67 | 0.82 | 0.04 |
| Hex | 14 | 2 | 6 | 0 | 5A | 46 | 5C | 15B | 52 | 4 |
| Octal | 24 | 2 | 6 | 0 | 132 | 106 | 134 | 533 | 122 | 4 |
| Binary | 10100 | 10 | 110 | 0 | 1011010 | 1000110 | 1011100 | 101011011 | 1010010 | 100 |
Color Harmonies of #140206
Complementary color
Monochromatic Colors of #140206
Black with #140206
Text Example
Text Example
White with #140206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140206; }
p { color: rgb(20,2,6); }
H1.HeaderClassName
{
color: #140206;
}
.AnyTagClassName
{
color: #140206;
}
</style>
background-color css
<style>
a { background-color: #140206; }
a { background-color: rgb(20,2,6); }
div.DivClassName
{
background-color: #140206;
}
.BgClassName
{
background-color: #140206;
}
</style>
border-color css
<style>
span { border-color: #140206; }
span { border-color: rgb(20,2,6); }
td.TdClassName
{
border-color: #140206;
}
.TagClassName
{
border-color: #140206;
}
</style>