Shades of Rustic Red #14070C
Tints of Rustic Red #14070C
RGB
CMYK
RGB Variations
Color information
#14070C (or 0x14070C) is known color: Rustic Red. HEX triplet: 14, 07 and 0C. RGB value is (20,7,12). Sum of RGB (Red+Green+Blue) = 20+7+12=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070C is #EBF8F3. Grayscale: #0B0B0B. Windows color (decimal): -15464692 or 788244. OLE color: 788244.
HSL color Cylindrical-coordinate representation of color #14070C: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14070C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 7 | 12 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.92 |
| HSL | 336.92º | 0.48% | 0.05% | - |
| HSV(B) | 336.92º | 0.65% | 0.08% | - |
| XYZ | 0.43 | 0.33 | 0.39 | - |
| YUV | 11.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 12 | 0 | 0.65 | 0.40 | 0.92 | 336.92 | 0.48 | 0.05 |
| Hex | 14 | 7 | C | 0 | 41 | 28 | 5C | 151 | 30 | 5 |
| Octal | 24 | 7 | 14 | 0 | 101 | 50 | 134 | 521 | 60 | 5 |
| Binary | 10100 | 111 | 1100 | 0 | 1000001 | 101000 | 1011100 | 101010001 | 110000 | 101 |
Color Harmonies of #14070C
Complementary color
Monochromatic Colors of #14070C
Black with #14070C
Text Example
Text Example
White with #14070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14070C; }
p { color: rgb(20,7,12); }
H1.HeaderClassName
{
color: #14070C;
}
.AnyTagClassName
{
color: #14070C;
}
</style>
background-color css
<style>
a { background-color: #14070C; }
a { background-color: rgb(20,7,12); }
div.DivClassName
{
background-color: #14070C;
}
.BgClassName
{
background-color: #14070C;
}
</style>
border-color css
<style>
span { border-color: #14070C; }
span { border-color: rgb(20,7,12); }
td.TdClassName
{
border-color: #14070C;
}
.TagClassName
{
border-color: #14070C;
}
</style>