Shades of Rustic Red #140508
Tints of Rustic Red #140508
RGB
CMYK
RGB Variations
Color information
#140508 (or 0x140508) is known color: Rustic Red. HEX triplet: 14, 05 and 08. RGB value is (20,5,8). Sum of RGB (Red+Green+Blue) = 20+5+8=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140508 is #EBFAF7. Grayscale: #090909. Windows color (decimal): -15465208 or 525588. OLE color: 525588.
HSL color Cylindrical-coordinate representation of color #140508: hue angle of 348º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140508 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 5 | 8 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.92 |
| HSL | 348º | 0.6% | 0.05% | - |
| HSV(B) | 348º | 0.75% | 0.08% | - |
| XYZ | 0.39 | 0.27 | 0.26 | - |
| YUV | 9.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 8 | 0 | 0.75 | 0.60 | 0.92 | 348 | 0.6 | 0.05 |
| Hex | 14 | 5 | 8 | 0 | 4B | 3C | 5C | 15C | 3C | 5 |
| Octal | 24 | 5 | 10 | 0 | 113 | 74 | 134 | 534 | 74 | 5 |
| Binary | 10100 | 101 | 1000 | 0 | 1001011 | 111100 | 1011100 | 101011100 | 111100 | 101 |
Color Harmonies of #140508
Complementary color
Monochromatic Colors of #140508
Black with #140508
Text Example
Text Example
White with #140508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140508; }
p { color: rgb(20,5,8); }
H1.HeaderClassName
{
color: #140508;
}
.AnyTagClassName
{
color: #140508;
}
</style>
background-color css
<style>
a { background-color: #140508; }
a { background-color: rgb(20,5,8); }
div.DivClassName
{
background-color: #140508;
}
.BgClassName
{
background-color: #140508;
}
</style>
border-color css
<style>
span { border-color: #140508; }
span { border-color: rgb(20,5,8); }
td.TdClassName
{
border-color: #140508;
}
.TagClassName
{
border-color: #140508;
}
</style>