Shades of Rustic Red #140B0C
Tints of Rustic Red #140B0C
RGB
CMYK
RGB Variations
Color information
#140B0C (or 0x140B0C) is known color: Rustic Red. HEX triplet: 14, 0B and 0C. RGB value is (20,11,12). Sum of RGB (Red+Green+Blue) = 20+11+12=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B0C is #EBF4F3. Grayscale: #0D0D0D. Windows color (decimal): -15463668 or 789268. OLE color: 789268.
HSL color Cylindrical-coordinate representation of color #140B0C: hue angle of 353.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140B0C is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
RGB | 20 | 11 | 12 | - |
CMYK | 0 | 0.45 | 0.40 | 0.92 |
HSL | 353.33º | 0.29% | 0.06% | - |
HSV(B) | 353.33º | 0.45% | 0.08% | - |
XYZ | 0.47 | 0.41 | 0.4 | - |
YUV | 13.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 11 | 12 | 0 | 0.45 | 0.40 | 0.92 | 353.33 | 0.29 | 0.06 |
Hex | 14 | B | C | 0 | 2D | 28 | 5C | 161 | 1D | 6 |
Octal | 24 | 13 | 14 | 0 | 55 | 50 | 134 | 541 | 35 | 6 |
Binary | 10100 | 1011 | 1100 | 0 | 101101 | 101000 | 1011100 | 101100001 | 11101 | 110 |
Color Harmonies of #140B0C
Complementary color
Monochromatic Colors of #140B0C
Black with #140B0C
Text Example
Text Example
White with #140B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B0C; }
p { color: rgb(20,11,12); }
H1.HeaderClassName
{
color: #140B0C;
}
.AnyTagClassName
{
color: #140B0C;
}
</style>
background-color css
<style>
a { background-color: #140B0C; }
a { background-color: rgb(20,11,12); }
div.DivClassName
{
background-color: #140B0C;
}
.BgClassName
{
background-color: #140B0C;
}
</style>
border-color css
<style>
span { border-color: #140B0C; }
span { border-color: rgb(20,11,12); }
td.TdClassName
{
border-color: #140B0C;
}
.TagClassName
{
border-color: #140B0C;
}
</style>