Shades of Rustic Red #14090B
Tints of Rustic Red #14090B
RGB
CMYK
RGB Variations
Color information
#14090B (or 0x14090B) is known color: Rustic Red. HEX triplet: 14, 09 and 0B. RGB value is (20,9,11). Sum of RGB (Red+Green+Blue) = 20+9+11=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #14090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090B is #EBF6F4. Grayscale: #0C0C0C. Windows color (decimal): -15464181 or 723220. OLE color: 723220.
HSL color Cylindrical-coordinate representation of color #14090B: hue angle of 349.09º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14090B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 9 | 11 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.92 |
| HSL | 349.09º | 0.38% | 0.06% | - |
| HSV(B) | 349.09º | 0.55% | 0.08% | - |
| XYZ | 0.45 | 0.37 | 0.36 | - |
| YUV | 12.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 11 | 0 | 0.55 | 0.45 | 0.92 | 349.09 | 0.38 | 0.06 |
| Hex | 14 | 9 | B | 0 | 37 | 2D | 5C | 15D | 26 | 6 |
| Octal | 24 | 11 | 13 | 0 | 67 | 55 | 134 | 535 | 46 | 6 |
| Binary | 10100 | 1001 | 1011 | 0 | 110111 | 101101 | 1011100 | 101011101 | 100110 | 110 |
Color Harmonies of #14090B
Complementary color
Monochromatic Colors of #14090B
Black with #14090B
Text Example
Text Example
White with #14090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14090B; }
p { color: rgb(20,9,11); }
H1.HeaderClassName
{
color: #14090B;
}
.AnyTagClassName
{
color: #14090B;
}
</style>
background-color css
<style>
a { background-color: #14090B; }
a { background-color: rgb(20,9,11); }
div.DivClassName
{
background-color: #14090B;
}
.BgClassName
{
background-color: #14090B;
}
</style>
border-color css
<style>
span { border-color: #14090B; }
span { border-color: rgb(20,9,11); }
td.TdClassName
{
border-color: #14090B;
}
.TagClassName
{
border-color: #14090B;
}
</style>