Shades of Rustic Red #14060D
Tints of Rustic Red #14060D
RGB
CMYK
RGB Variations
Color information
#14060D (or 0x14060D) is known color: Rustic Red. HEX triplet: 14, 06 and 0D. RGB value is (20,6,13). Sum of RGB (Red+Green+Blue) = 20+6+13=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060D is #EBF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15464947 or 853524. OLE color: 853524.
HSL color Cylindrical-coordinate representation of color #14060D: hue angle of 330º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14060D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 13 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.92 |
| HSL | 330º | 0.54% | 0.05% | - |
| HSV(B) | 330º | 0.7% | 0.08% | - |
| XYZ | 0.43 | 0.31 | 0.42 | - |
| YUV | 10.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 13 | 0 | 0.70 | 0.35 | 0.92 | 330 | 0.54 | 0.05 |
| Hex | 14 | 6 | D | 0 | 46 | 23 | 5C | 14A | 36 | 5 |
| Octal | 24 | 6 | 15 | 0 | 106 | 43 | 134 | 512 | 66 | 5 |
| Binary | 10100 | 110 | 1101 | 0 | 1000110 | 100011 | 1011100 | 101001010 | 110110 | 101 |
Color Harmonies of #14060D
Complementary color
Monochromatic Colors of #14060D
Black with #14060D
Text Example
Text Example
White with #14060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14060D; }
p { color: rgb(20,6,13); }
H1.HeaderClassName
{
color: #14060D;
}
.AnyTagClassName
{
color: #14060D;
}
</style>
background-color css
<style>
a { background-color: #14060D; }
a { background-color: rgb(20,6,13); }
div.DivClassName
{
background-color: #14060D;
}
.BgClassName
{
background-color: #14060D;
}
</style>
border-color css
<style>
span { border-color: #14060D; }
span { border-color: rgb(20,6,13); }
td.TdClassName
{
border-color: #14060D;
}
.TagClassName
{
border-color: #14060D;
}
</style>