Shades of Rustic Red #14020B
Tints of Rustic Red #14020B
RGB
CMYK
RGB Variations
Color information
#14020B (or 0x14020B) is known color: Rustic Red. HEX triplet: 14, 02 and 0B. RGB value is (20,2,11). Sum of RGB (Red+Green+Blue) = 20+2+11=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #14020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020B is #EBFDF4. Grayscale: #080808. Windows color (decimal): -15465973 or 721428. OLE color: 721428.
HSL color Cylindrical-coordinate representation of color #14020B: hue angle of 330º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14020B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 11 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.92 |
| HSL | 330º | 0.82% | 0.04% | - |
| HSV(B) | 330º | 0.9% | 0.08% | - |
| XYZ | 0.37 | 0.22 | 0.34 | - |
| YUV | 8.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 11 | 0 | 0.90 | 0.45 | 0.92 | 330 | 0.82 | 0.04 |
| Hex | 14 | 2 | B | 0 | 5A | 2D | 5C | 14A | 52 | 4 |
| Octal | 24 | 2 | 13 | 0 | 132 | 55 | 134 | 512 | 122 | 4 |
| Binary | 10100 | 10 | 1011 | 0 | 1011010 | 101101 | 1011100 | 101001010 | 1010010 | 100 |
Color Harmonies of #14020B
Complementary color
Monochromatic Colors of #14020B
Black with #14020B
Text Example
Text Example
White with #14020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14020B; }
p { color: rgb(20,2,11); }
H1.HeaderClassName
{
color: #14020B;
}
.AnyTagClassName
{
color: #14020B;
}
</style>
background-color css
<style>
a { background-color: #14020B; }
a { background-color: rgb(20,2,11); }
div.DivClassName
{
background-color: #14020B;
}
.BgClassName
{
background-color: #14020B;
}
</style>
border-color css
<style>
span { border-color: #14020B; }
span { border-color: rgb(20,2,11); }
td.TdClassName
{
border-color: #14020B;
}
.TagClassName
{
border-color: #14020B;
}
</style>