Shades of Rustic Red #14080D
Tints of Rustic Red #14080D
RGB
CMYK
RGB Variations
Color information
#14080D (or 0x14080D) is known color: Rustic Red. HEX triplet: 14, 08 and 0D. RGB value is (20,8,13). Sum of RGB (Red+Green+Blue) = 20+8+13=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #14080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080D is #EBF7F2. Grayscale: #0C0C0C. Windows color (decimal): -15464435 or 854036. OLE color: 854036.
HSL color Cylindrical-coordinate representation of color #14080D: hue angle of 335º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14080D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 13 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.92 |
| HSL | 335º | 0.43% | 0.05% | - |
| HSV(B) | 335º | 0.6% | 0.08% | - |
| XYZ | 0.45 | 0.35 | 0.42 | - |
| YUV | 12.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 13 | 0 | 0.60 | 0.35 | 0.92 | 335 | 0.43 | 0.05 |
| Hex | 14 | 8 | D | 0 | 3C | 23 | 5C | 14F | 2B | 5 |
| Octal | 24 | 10 | 15 | 0 | 74 | 43 | 134 | 517 | 53 | 5 |
| Binary | 10100 | 1000 | 1101 | 0 | 111100 | 100011 | 1011100 | 101001111 | 101011 | 101 |
Color Harmonies of #14080D
Complementary color
Monochromatic Colors of #14080D
Black with #14080D
Text Example
Text Example
White with #14080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14080D; }
p { color: rgb(20,8,13); }
H1.HeaderClassName
{
color: #14080D;
}
.AnyTagClassName
{
color: #14080D;
}
</style>
background-color css
<style>
a { background-color: #14080D; }
a { background-color: rgb(20,8,13); }
div.DivClassName
{
background-color: #14080D;
}
.BgClassName
{
background-color: #14080D;
}
</style>
border-color css
<style>
span { border-color: #14080D; }
span { border-color: rgb(20,8,13); }
td.TdClassName
{
border-color: #14080D;
}
.TagClassName
{
border-color: #14080D;
}
</style>