Shades of Rustic Red #140207
Tints of Rustic Red #140207
RGB
CMYK
RGB Variations
Color information
#140207 (or 0x140207) is known color: Rustic Red. HEX triplet: 14, 02 and 07. RGB value is (20,2,7). Sum of RGB (Red+Green+Blue) = 20+2+7=29 (3% of max value = 765). Red value is 20 (8.20% from 255 or 68.97% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 20 - color contains mainly: red. Hex color #140207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140207 is #EBFDF8. Grayscale: #070707. Windows color (decimal): -15465977 or 459284. OLE color: 459284.
HSL color Cylindrical-coordinate representation of color #140207: hue angle of 343.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 #140207 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 7 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.92 |
| HSL | 343.33º | 0.82% | 0.04% | - |
| HSV(B) | 343.33º | 0.9% | 0.08% | - |
| XYZ | 0.35 | 0.21 | 0.22 | - |
| YUV | 7.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 7 | 0 | 0.90 | 0.65 | 0.92 | 343.33 | 0.82 | 0.04 |
| Hex | 14 | 2 | 7 | 0 | 5A | 41 | 5C | 157 | 52 | 4 |
| Octal | 24 | 2 | 7 | 0 | 132 | 101 | 134 | 527 | 122 | 4 |
| Binary | 10100 | 10 | 111 | 0 | 1011010 | 1000001 | 1011100 | 101010111 | 1010010 | 100 |
Color Harmonies of #140207
Complementary color
Monochromatic Colors of #140207
Black with #140207
Text Example
Text Example
White with #140207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140207; }
p { color: rgb(20,2,7); }
H1.HeaderClassName
{
color: #140207;
}
.AnyTagClassName
{
color: #140207;
}
</style>
background-color css
<style>
a { background-color: #140207; }
a { background-color: rgb(20,2,7); }
div.DivClassName
{
background-color: #140207;
}
.BgClassName
{
background-color: #140207;
}
</style>
border-color css
<style>
span { border-color: #140207; }
span { border-color: rgb(20,2,7); }
td.TdClassName
{
border-color: #140207;
}
.TagClassName
{
border-color: #140207;
}
</style>