Shades of Rustic Red #140A0B
Tints of Rustic Red #140A0B
RGB
CMYK
RGB Variations
Color information
#140A0B (or 0x140A0B) is known color: Rustic Red. HEX triplet: 14, 0A and 0B. RGB value is (20,10,11). Sum of RGB (Red+Green+Blue) = 20+10+11=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A0B is #EBF5F4. Grayscale: #0D0D0D. Windows color (decimal): -15463925 or 723476. OLE color: 723476.
HSL color Cylindrical-coordinate representation of color #140A0B: hue angle of 354º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140A0B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 11 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.92 |
| HSL | 354º | 0.33% | 0.06% | - |
| HSV(B) | 354º | 0.5% | 0.08% | - |
| XYZ | 0.46 | 0.39 | 0.37 | - |
| YUV | 13.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 11 | 0 | 0.50 | 0.45 | 0.92 | 354 | 0.33 | 0.06 |
| Hex | 14 | A | B | 0 | 32 | 2D | 5C | 162 | 21 | 6 |
| Octal | 24 | 12 | 13 | 0 | 62 | 55 | 134 | 542 | 41 | 6 |
| Binary | 10100 | 1010 | 1011 | 0 | 110010 | 101101 | 1011100 | 101100010 | 100001 | 110 |
Color Harmonies of #140A0B
Complementary color
Monochromatic Colors of #140A0B
Black with #140A0B
Text Example
Text Example
White with #140A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A0B; }
p { color: rgb(20,10,11); }
H1.HeaderClassName
{
color: #140A0B;
}
.AnyTagClassName
{
color: #140A0B;
}
</style>
background-color css
<style>
a { background-color: #140A0B; }
a { background-color: rgb(20,10,11); }
div.DivClassName
{
background-color: #140A0B;
}
.BgClassName
{
background-color: #140A0B;
}
</style>
border-color css
<style>
span { border-color: #140A0B; }
span { border-color: rgb(20,10,11); }
td.TdClassName
{
border-color: #140A0B;
}
.TagClassName
{
border-color: #140A0B;
}
</style>