Shades of Rustic Red #140406
Tints of Rustic Red #140406
RGB
CMYK
RGB Variations
Color information
#140406 (or 0x140406) is known color: Rustic Red. HEX triplet: 14, 04 and 06. RGB value is (20,4,6). Sum of RGB (Red+Green+Blue) = 20+4+6=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140406 is #EBFBF9. Grayscale: #090909. Windows color (decimal): -15465466 or 394260. OLE color: 394260.
HSL color Cylindrical-coordinate representation of color #140406: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140406 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 4 | 6 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.92 |
| HSL | 352.5º | 0.67% | 0.05% | - |
| HSV(B) | 352.5º | 0.8% | 0.08% | - |
| XYZ | 0.36 | 0.25 | 0.2 | - |
| YUV | 9.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 6 | 0 | 0.80 | 0.70 | 0.92 | 352.5 | 0.67 | 0.05 |
| Hex | 14 | 4 | 6 | 0 | 50 | 46 | 5C | 160 | 43 | 5 |
| Octal | 24 | 4 | 6 | 0 | 120 | 106 | 134 | 540 | 103 | 5 |
| Binary | 10100 | 100 | 110 | 0 | 1010000 | 1000110 | 1011100 | 101100000 | 1000011 | 101 |
Color Harmonies of #140406
Complementary color
Monochromatic Colors of #140406
Black with #140406
Text Example
Text Example
White with #140406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140406; }
p { color: rgb(20,4,6); }
H1.HeaderClassName
{
color: #140406;
}
.AnyTagClassName
{
color: #140406;
}
</style>
background-color css
<style>
a { background-color: #140406; }
a { background-color: rgb(20,4,6); }
div.DivClassName
{
background-color: #140406;
}
.BgClassName
{
background-color: #140406;
}
</style>
border-color css
<style>
span { border-color: #140406; }
span { border-color: rgb(20,4,6); }
td.TdClassName
{
border-color: #140406;
}
.TagClassName
{
border-color: #140406;
}
</style>