Shades of Rustic Red #14050C
Tints of Rustic Red #14050C
RGB
CMYK
RGB Variations
Color information
#14050C (or 0x14050C) is known color: Rustic Red. HEX triplet: 14, 05 and 0C. RGB value is (20,5,12). Sum of RGB (Red+Green+Blue) = 20+5+12=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050C is #EBFAF3. Grayscale: #0A0A0A. Windows color (decimal): -15465204 or 787732. OLE color: 787732.
HSL color Cylindrical-coordinate representation of color #14050C: hue angle of 332º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14050C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 5 | 12 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.92 |
| HSL | 332º | 0.6% | 0.05% | - |
| HSV(B) | 332º | 0.75% | 0.08% | - |
| XYZ | 0.41 | 0.28 | 0.38 | - |
| YUV | 10.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 12 | 0 | 0.75 | 0.40 | 0.92 | 332 | 0.6 | 0.05 |
| Hex | 14 | 5 | C | 0 | 4B | 28 | 5C | 14C | 3C | 5 |
| Octal | 24 | 5 | 14 | 0 | 113 | 50 | 134 | 514 | 74 | 5 |
| Binary | 10100 | 101 | 1100 | 0 | 1001011 | 101000 | 1011100 | 101001100 | 111100 | 101 |
Color Harmonies of #14050C
Complementary color
Monochromatic Colors of #14050C
Black with #14050C
Text Example
Text Example
White with #14050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14050C; }
p { color: rgb(20,5,12); }
H1.HeaderClassName
{
color: #14050C;
}
.AnyTagClassName
{
color: #14050C;
}
</style>
background-color css
<style>
a { background-color: #14050C; }
a { background-color: rgb(20,5,12); }
div.DivClassName
{
background-color: #14050C;
}
.BgClassName
{
background-color: #14050C;
}
</style>
border-color css
<style>
span { border-color: #14050C; }
span { border-color: rgb(20,5,12); }
td.TdClassName
{
border-color: #14050C;
}
.TagClassName
{
border-color: #14050C;
}
</style>