Shades of Rustic Red #140306
Tints of Rustic Red #140306
RGB
CMYK
RGB Variations
Color information
#140306 (or 0x140306) is known color: Rustic Red. HEX triplet: 14, 03 and 06. RGB value is (20,3,6). Sum of RGB (Red+Green+Blue) = 20+3+6=29 (3% of max value = 765). Red value is 20 (8.20% from 255 or 68.97% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 20 - color contains mainly: red. Hex color #140306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140306 is #EBFCF9. Grayscale: #080808. Windows color (decimal): -15465722 or 394004. OLE color: 394004.
HSL color Cylindrical-coordinate representation of color #140306: hue angle of 349.41º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140306 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 3 | 6 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.92 |
| HSL | 349.41º | 0.74% | 0.05% | - |
| HSV(B) | 349.41º | 0.85% | 0.08% | - |
| XYZ | 0.35 | 0.23 | 0.2 | - |
| YUV | 8.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 6 | 0 | 0.85 | 0.70 | 0.92 | 349.41 | 0.74 | 0.05 |
| Hex | 14 | 3 | 6 | 0 | 55 | 46 | 5C | 15D | 4A | 5 |
| Octal | 24 | 3 | 6 | 0 | 125 | 106 | 134 | 535 | 112 | 5 |
| Binary | 10100 | 11 | 110 | 0 | 1010101 | 1000110 | 1011100 | 101011101 | 1001010 | 101 |
Color Harmonies of #140306
Complementary color
Monochromatic Colors of #140306
Black with #140306
Text Example
Text Example
White with #140306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140306; }
p { color: rgb(20,3,6); }
H1.HeaderClassName
{
color: #140306;
}
.AnyTagClassName
{
color: #140306;
}
</style>
background-color css
<style>
a { background-color: #140306; }
a { background-color: rgb(20,3,6); }
div.DivClassName
{
background-color: #140306;
}
.BgClassName
{
background-color: #140306;
}
</style>
border-color css
<style>
span { border-color: #140306; }
span { border-color: rgb(20,3,6); }
td.TdClassName
{
border-color: #140306;
}
.TagClassName
{
border-color: #140306;
}
</style>