Shades of Rustic Red #14080B
Tints of Rustic Red #14080B
RGB
CMYK
RGB Variations
Color information
#14080B (or 0x14080B) is known color: Rustic Red. HEX triplet: 14, 08 and 0B. RGB value is (20,8,11). Sum of RGB (Red+Green+Blue) = 20+8+11=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080B is #EBF7F4. Grayscale: #0B0B0B. Windows color (decimal): -15464437 or 722964. OLE color: 722964.
HSL color Cylindrical-coordinate representation of color #14080B: hue angle of 345º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14080B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 11 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.92 |
| HSL | 345º | 0.43% | 0.05% | - |
| HSV(B) | 345º | 0.6% | 0.08% | - |
| XYZ | 0.44 | 0.35 | 0.36 | - |
| YUV | 11.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 11 | 0 | 0.60 | 0.45 | 0.92 | 345 | 0.43 | 0.05 |
| Hex | 14 | 8 | B | 0 | 3C | 2D | 5C | 159 | 2B | 5 |
| Octal | 24 | 10 | 13 | 0 | 74 | 55 | 134 | 531 | 53 | 5 |
| Binary | 10100 | 1000 | 1011 | 0 | 111100 | 101101 | 1011100 | 101011001 | 101011 | 101 |
Color Harmonies of #14080B
Complementary color
Monochromatic Colors of #14080B
Black with #14080B
Text Example
Text Example
White with #14080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14080B; }
p { color: rgb(20,8,11); }
H1.HeaderClassName
{
color: #14080B;
}
.AnyTagClassName
{
color: #14080B;
}
</style>
background-color css
<style>
a { background-color: #14080B; }
a { background-color: rgb(20,8,11); }
div.DivClassName
{
background-color: #14080B;
}
.BgClassName
{
background-color: #14080B;
}
</style>
border-color css
<style>
span { border-color: #14080B; }
span { border-color: rgb(20,8,11); }
td.TdClassName
{
border-color: #14080B;
}
.TagClassName
{
border-color: #14080B;
}
</style>