Shades of Rustic Red #140708
Tints of Rustic Red #140708
RGB
CMYK
RGB Variations
Color information
#140708 (or 0x140708) is known color: Rustic Red. HEX triplet: 14, 07 and 08. RGB value is (20,7,8). Sum of RGB (Red+Green+Blue) = 20+7+8=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140708 is #EBF8F7. Grayscale: #0B0B0B. Windows color (decimal): -15464696 or 526100. OLE color: 526100.
HSL color Cylindrical-coordinate representation of color #140708: hue angle of 355.38º 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 #140708 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 7 | 8 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.92 |
| HSL | 355.38º | 0.48% | 0.05% | - |
| HSV(B) | 355.38º | 0.65% | 0.08% | - |
| XYZ | 0.41 | 0.32 | 0.27 | - |
| YUV | 11 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 8 | 0 | 0.65 | 0.60 | 0.92 | 355.38 | 0.48 | 0.05 |
| Hex | 14 | 7 | 8 | 0 | 41 | 3C | 5C | 163 | 30 | 5 |
| Octal | 24 | 7 | 10 | 0 | 101 | 74 | 134 | 543 | 60 | 5 |
| Binary | 10100 | 111 | 1000 | 0 | 1000001 | 111100 | 1011100 | 101100011 | 110000 | 101 |
Color Harmonies of #140708
Complementary color
Monochromatic Colors of #140708
Black with #140708
Text Example
Text Example
White with #140708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140708; }
p { color: rgb(20,7,8); }
H1.HeaderClassName
{
color: #140708;
}
.AnyTagClassName
{
color: #140708;
}
</style>
background-color css
<style>
a { background-color: #140708; }
a { background-color: rgb(20,7,8); }
div.DivClassName
{
background-color: #140708;
}
.BgClassName
{
background-color: #140708;
}
</style>
border-color css
<style>
span { border-color: #140708; }
span { border-color: rgb(20,7,8); }
td.TdClassName
{
border-color: #140708;
}
.TagClassName
{
border-color: #140708;
}
</style>