Shades of Rustic Red #14050A
Tints of Rustic Red #14050A
RGB
CMYK
RGB Variations
Color information
#14050A (or 0x14050A) is known color: Rustic Red. HEX triplet: 14, 05 and 0A. RGB value is (20,5,10). Sum of RGB (Red+Green+Blue) = 20+5+10=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050A is #EBFAF5. Grayscale: #0A0A0A. Windows color (decimal): -15465206 or 656660. OLE color: 656660.
HSL color Cylindrical-coordinate representation of color #14050A: hue angle of 340º 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 #14050A is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 5 | 10 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.92 |
| HSL | 340º | 0.6% | 0.05% | - |
| HSV(B) | 340º | 0.75% | 0.08% | - |
| XYZ | 0.4 | 0.28 | 0.32 | - |
| YUV | 10.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 10 | 0 | 0.75 | 0.50 | 0.92 | 340 | 0.6 | 0.05 |
| Hex | 14 | 5 | A | 0 | 4B | 32 | 5C | 154 | 3C | 5 |
| Octal | 24 | 5 | 12 | 0 | 113 | 62 | 134 | 524 | 74 | 5 |
| Binary | 10100 | 101 | 1010 | 0 | 1001011 | 110010 | 1011100 | 101010100 | 111100 | 101 |
Color Harmonies of #14050A
Complementary color
Monochromatic Colors of #14050A
Black with #14050A
Text Example
Text Example
White with #14050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14050A; }
p { color: rgb(20,5,10); }
H1.HeaderClassName
{
color: #14050A;
}
.AnyTagClassName
{
color: #14050A;
}
</style>
background-color css
<style>
a { background-color: #14050A; }
a { background-color: rgb(20,5,10); }
div.DivClassName
{
background-color: #14050A;
}
.BgClassName
{
background-color: #14050A;
}
</style>
border-color css
<style>
span { border-color: #14050A; }
span { border-color: rgb(20,5,10); }
td.TdClassName
{
border-color: #14050A;
}
.TagClassName
{
border-color: #14050A;
}
</style>