Shades of Rustic Red #14070B
Tints of Rustic Red #14070B
RGB
CMYK
RGB Variations
Color information
#14070B (or 0x14070B) is known color: Rustic Red. HEX triplet: 14, 07 and 0B. RGB value is (20,7,11). Sum of RGB (Red+Green+Blue) = 20+7+11=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070B is #EBF8F4. Grayscale: #0B0B0B. Windows color (decimal): -15464693 or 722708. OLE color: 722708.
HSL color Cylindrical-coordinate representation of color #14070B: hue angle of 341.54º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14070B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 7 | 11 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.92 |
| HSL | 341.54º | 0.48% | 0.05% | - |
| HSV(B) | 341.54º | 0.65% | 0.08% | - |
| XYZ | 0.42 | 0.32 | 0.36 | - |
| YUV | 11.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 11 | 0 | 0.65 | 0.45 | 0.92 | 341.54 | 0.48 | 0.05 |
| Hex | 14 | 7 | B | 0 | 41 | 2D | 5C | 156 | 30 | 5 |
| Octal | 24 | 7 | 13 | 0 | 101 | 55 | 134 | 526 | 60 | 5 |
| Binary | 10100 | 111 | 1011 | 0 | 1000001 | 101101 | 1011100 | 101010110 | 110000 | 101 |
Color Harmonies of #14070B
Complementary color
Monochromatic Colors of #14070B
Black with #14070B
Text Example
Text Example
White with #14070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14070B; }
p { color: rgb(20,7,11); }
H1.HeaderClassName
{
color: #14070B;
}
.AnyTagClassName
{
color: #14070B;
}
</style>
background-color css
<style>
a { background-color: #14070B; }
a { background-color: rgb(20,7,11); }
div.DivClassName
{
background-color: #14070B;
}
.BgClassName
{
background-color: #14070B;
}
</style>
border-color css
<style>
span { border-color: #14070B; }
span { border-color: rgb(20,7,11); }
td.TdClassName
{
border-color: #14070B;
}
.TagClassName
{
border-color: #14070B;
}
</style>