Shades of Rustic Red #14060B
Tints of Rustic Red #14060B
RGB
CMYK
RGB Variations
Color information
#14060B (or 0x14060B) is known color: Rustic Red. HEX triplet: 14, 06 and 0B. RGB value is (20,6,11). Sum of RGB (Red+Green+Blue) = 20+6+11=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060B is #EBF9F4. Grayscale: #0A0A0A. Windows color (decimal): -15464949 or 722452. OLE color: 722452.
HSL color Cylindrical-coordinate representation of color #14060B: hue angle of 338.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14060B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 11 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.92 |
| HSL | 338.57º | 0.54% | 0.05% | - |
| HSV(B) | 338.57º | 0.7% | 0.08% | - |
| XYZ | 0.41 | 0.3 | 0.35 | - |
| YUV | 10.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 11 | 0 | 0.70 | 0.45 | 0.92 | 338.57 | 0.54 | 0.05 |
| Hex | 14 | 6 | B | 0 | 46 | 2D | 5C | 153 | 36 | 5 |
| Octal | 24 | 6 | 13 | 0 | 106 | 55 | 134 | 523 | 66 | 5 |
| Binary | 10100 | 110 | 1011 | 0 | 1000110 | 101101 | 1011100 | 101010011 | 110110 | 101 |
Color Harmonies of #14060B
Complementary color
Monochromatic Colors of #14060B
Black with #14060B
Text Example
Text Example
White with #14060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14060B; }
p { color: rgb(20,6,11); }
H1.HeaderClassName
{
color: #14060B;
}
.AnyTagClassName
{
color: #14060B;
}
</style>
background-color css
<style>
a { background-color: #14060B; }
a { background-color: rgb(20,6,11); }
div.DivClassName
{
background-color: #14060B;
}
.BgClassName
{
background-color: #14060B;
}
</style>
border-color css
<style>
span { border-color: #14060B; }
span { border-color: rgb(20,6,11); }
td.TdClassName
{
border-color: #14060B;
}
.TagClassName
{
border-color: #14060B;
}
</style>