Shades of Rustic Red #140B0F
Tints of Rustic Red #140B0F
RGB
CMYK
RGB Variations
Color information
#140B0F (or 0x140B0F) is known color: Rustic Red. HEX triplet: 14, 0B and 0F. RGB value is (20,11,15). Sum of RGB (Red+Green+Blue) = 20+11+15=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B0F is #EBF4F0. Grayscale: #0E0E0E. Windows color (decimal): -15463665 or 985876. OLE color: 985876.
HSL color Cylindrical-coordinate representation of color #140B0F: hue angle of 333.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 #140B0F is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
RGB | 20 | 11 | 15 | - |
CMYK | 0 | 0.45 | 0.25 | 0.92 |
HSL | 333.33º | 0.29% | 0.06% | - |
HSV(B) | 333.33º | 0.45% | 0.08% | - |
XYZ | 0.49 | 0.42 | 0.51 | - |
YUV | 14.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 11 | 15 | 0 | 0.45 | 0.25 | 0.92 | 333.33 | 0.29 | 0.06 |
Hex | 14 | B | F | 0 | 2D | 19 | 5C | 14D | 1D | 6 |
Octal | 24 | 13 | 17 | 0 | 55 | 31 | 134 | 515 | 35 | 6 |
Binary | 10100 | 1011 | 1111 | 0 | 101101 | 11001 | 1011100 | 101001101 | 11101 | 110 |
Color Harmonies of #140B0F
Complementary color
Monochromatic Colors of #140B0F
Black with #140B0F
Text Example
Text Example
White with #140B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B0F; }
p { color: rgb(20,11,15); }
H1.HeaderClassName
{
color: #140B0F;
}
.AnyTagClassName
{
color: #140B0F;
}
</style>
background-color css
<style>
a { background-color: #140B0F; }
a { background-color: rgb(20,11,15); }
div.DivClassName
{
background-color: #140B0F;
}
.BgClassName
{
background-color: #140B0F;
}
</style>
border-color css
<style>
span { border-color: #140B0F; }
span { border-color: rgb(20,11,15); }
td.TdClassName
{
border-color: #140B0F;
}
.TagClassName
{
border-color: #140B0F;
}
</style>