Shades of Rustic Red #14070D
Tints of Rustic Red #14070D
RGB
CMYK
RGB Variations
Color information
#14070D (or 0x14070D) is known color: Rustic Red. HEX triplet: 14, 07 and 0D. RGB value is (20,7,13). Sum of RGB (Red+Green+Blue) = 20+7+13=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #14070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070D is #EBF8F2. Grayscale: #0B0B0B. Windows color (decimal): -15464691 or 853780. OLE color: 853780.
HSL color Cylindrical-coordinate representation of color #14070D: hue angle of 332.31º 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 #14070D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 7 | 13 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.92 |
| HSL | 332.31º | 0.48% | 0.05% | - |
| HSV(B) | 332.31º | 0.65% | 0.08% | - |
| XYZ | 0.44 | 0.33 | 0.42 | - |
| YUV | 11.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 13 | 0 | 0.65 | 0.35 | 0.92 | 332.31 | 0.48 | 0.05 |
| Hex | 14 | 7 | D | 0 | 41 | 23 | 5C | 14C | 30 | 5 |
| Octal | 24 | 7 | 15 | 0 | 101 | 43 | 134 | 514 | 60 | 5 |
| Binary | 10100 | 111 | 1101 | 0 | 1000001 | 100011 | 1011100 | 101001100 | 110000 | 101 |
Color Harmonies of #14070D
Complementary color
Monochromatic Colors of #14070D
Black with #14070D
Text Example
Text Example
White with #14070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14070D; }
p { color: rgb(20,7,13); }
H1.HeaderClassName
{
color: #14070D;
}
.AnyTagClassName
{
color: #14070D;
}
</style>
background-color css
<style>
a { background-color: #14070D; }
a { background-color: rgb(20,7,13); }
div.DivClassName
{
background-color: #14070D;
}
.BgClassName
{
background-color: #14070D;
}
</style>
border-color css
<style>
span { border-color: #14070D; }
span { border-color: rgb(20,7,13); }
td.TdClassName
{
border-color: #14070D;
}
.TagClassName
{
border-color: #14070D;
}
</style>