Shades of Rustic Red #140204
Tints of Rustic Red #140204
RGB
CMYK
RGB Variations
Color information
#140204 (or 0x140204) is known color: Rustic Red. HEX triplet: 14, 02 and 04. RGB value is (20,2,4). Sum of RGB (Red+Green+Blue) = 20+2+4=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140204 is #EBFDFB. Grayscale: #070707. Windows color (decimal): -15465980 or 262676. OLE color: 262676.
HSL color Cylindrical-coordinate representation of color #140204: hue angle of 353.33º 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 #140204 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 4 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.92 |
| HSL | 353.33º | 0.82% | 0.04% | - |
| HSV(B) | 353.33º | 0.9% | 0.08% | - |
| XYZ | 0.33 | 0.2 | 0.14 | - |
| YUV | 7.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 4 | 0 | 0.90 | 0.80 | 0.92 | 353.33 | 0.82 | 0.04 |
| Hex | 14 | 2 | 4 | 0 | 5A | 50 | 5C | 161 | 52 | 4 |
| Octal | 24 | 2 | 4 | 0 | 132 | 120 | 134 | 541 | 122 | 4 |
| Binary | 10100 | 10 | 100 | 0 | 1011010 | 1010000 | 1011100 | 101100001 | 1010010 | 100 |
Color Harmonies of #140204
Complementary color
Monochromatic Colors of #140204
Black with #140204
Text Example
Text Example
White with #140204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140204; }
p { color: rgb(20,2,4); }
H1.HeaderClassName
{
color: #140204;
}
.AnyTagClassName
{
color: #140204;
}
</style>
background-color css
<style>
a { background-color: #140204; }
a { background-color: rgb(20,2,4); }
div.DivClassName
{
background-color: #140204;
}
.BgClassName
{
background-color: #140204;
}
</style>
border-color css
<style>
span { border-color: #140204; }
span { border-color: rgb(20,2,4); }
td.TdClassName
{
border-color: #140204;
}
.TagClassName
{
border-color: #140204;
}
</style>